On Mar 12, 2011, at 6:35 PM, derek wrote:
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.
Sadly ..... you have not specified which manual you are referring
to, ... nor have you provided a sample dataset that might make this
excahnge more meaningful to others who might be making efforts to use
the accumulated knowledge in the archives for their own learning.
--
David Winsemius, MD
West Hartford, CT
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.