search for: multcol

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

Did you mean: mult_col
2008 Jun 10
3
Plotting multiple continuous lines with symbols
...bols. This unfortunate (and unsightly) behavior seems to be the default. In my search of the help archives for R over several days, I have not been able to solve this problem. I would appreciate any help and suggestions. My code for the plot is below (minus the data): exa1.1 <- read.table("multcol.txt", header=T, sep=' ')# Total of 4 columns; first one to be on x-axis attach(exa1.1) names(exa1.1) exa1.1 plot(exa1.1$Year, exa1.1$EM, ylim=range(exa1.1[,-1]), type = 'b' ,pch=16, main = ""), las=1, cex.main=1.75,lab =c(12,8,10), ylab="", xlab="&...