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.
我在 R 中有一个由基本图形制作的情节,我想添加一些图例。图例的前两行只是文本:例如
Data is from xx Model is yy
我想添加到图例并与前两行正确对齐的第三行是带有 legend的蓝色虚线y=0.05。因此,我最终想要的是
y=0.05
Data is from xx Model is yy ---- y = 0.05
有没有方便的方法来做到这一点?谢谢!