search for: n3350452

Displaying 1 result from an estimated 1 matches for "n3350452".

Did you mean: 330452
2011 Mar 12
3
how to label lines
Hello R I can not figure out, how to add text string or number to lines like on this image: http://r.789695.n4.nabble.com/file/n3350452/graph.png I have some data series in text file. My script: require(graphics) require(stats) graf=read.table("file",header =FALSE,sep = "", dec = ",",fileEncoding = "", encoding = "unknown", skip=19,nrows=400) attach(graf) plot(V1,V2,type = "...