使用 nlme 包中的 Oats 数据,我希望将各个块名称(I 到 VI)添加到下图中。
我已经阅读了在 lattice xyplot 上添加标签,但我仍然不太了解它,它没有回答我的问题。
这是情节的代码:
library(nlme)
xyplot(yield~nitro, data = Oats, groups=Block, type="l", main = "Oats data")
我只是想补充一点,我的原始数据有 20 多个 Id(与只有 6 个的 Oats 数据不同)。
谢谢