search for: kt3d_thk1

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

2011 Nov 07
0
Adding lines to scatterplot odd result when creating multiple plots
...he par(mfcol) command). How do I get the scatterplot and added lines to stay together on this plot and subsequent plots I would like to include in the scatterplot matrix Data attached Thanks in advance MarkM library("car") par(mfcol=c(1,2)) # Parameters to change Infile<-"kt3d_Thk1.dat" X<-"Estimated thickness (mE)" Y<-"True thickness (mE)" #load data #read the data skip then read header crossval <- read.table(Infile,skip = 9,sep = "") head<-readLines(Infile,9) #decode the header lines wanted head2<-head[3:9] colnames(cros...