[Rd] bug using matplot (PR#10676)
cori at u707.jussieu.fr
cori at u707.jussieu.fr
Fri Feb 1 16:20:03 CET 2008
Full_Name: Anne CORI
Version: 2.6.1
OS: windows
Submission from: (NULL) (134.157.220.19)
let A be a mtrix with n lines and p columns, p>36 ;
matplot(A) will only draw the plot of the first 36 columns of A.
This is due to a bug in the definition of pch in the function :
pch <- c(paste(c(1:9, 0)), letters)[1:k]
should be replaced by
pch <- c(paste(c(1:9, 0)), letters)
I hope this is clear,
All the best,
Anne
More information about the R-devel
mailing list