[R] how to label lines

derek jan.kacaba at gmail.com
Sun Mar 13 00:35:14 CET 2011


Problem solved:
require(graphics)
require(stats)
require(hmisc)
HBA=read.table("file",header =FALSE,sep = "", dec = ",",fileEncoding = "",
encoding = "unknown", skip=60,nrows=210)
attach(HBA)
labcurve( list( One=  list( V1,V2), Two=  list( V3,V4), 
   Three=list( V5,V6), Four= list( V7,V8), Five= list( V9,V10),Six= list(
V11,V12),Seven= list( V13,V14),Eight= list( V15,V16),Nine= list(
V17,V18),Ten= list( V19,V20)), 
   keys=c('10','9','7','6','5','4','3','2','1','0,5'),  keyloc="none",
pl=TRUE,  xlab="lambda",  ylab="Abs" ) 

Sadly its not clearly written in manual or maybe Im just extremely dull.

--
View this message in context: http://r.789695.n4.nabble.com/how-to-label-lines-tp3350452p3351039.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list