R语言基础图形元素——文本和图例_r语言text.font-CSDN博客

网站介绍:文章浏览阅读2.7k次。R语言基础图形元素--文本和图例简介1. 文本2. 图例简介1. 文本示例plot(1:10,1:10,type = "b",col = "red",pch = 19, xlim = c(1,12),ylim = c(1,12), xlab = "this is x",ylab = "this is y")text(x = 1:10,y = 2:11,labels = paste("(",1:10,",",1:10,")",sep = ""),col = rgb(1,seq(_r语言text.font