Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让每个“给定”变量的标签显示在它各自的子图中?例如,在下面的图中(x和y数字,c因子,称为 using coplot(y ~ x | c)),在每个图上放置一个小文本框或标签会很有帮助,指示图中c的哪个因子代表(点击查看embiggerment):
x
y
c
coplot(y ~ x | c)
谢谢!