Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] its plot with pch-argument

Mäkinen Jussi

2005-02-21

Replies:

Hi mighty R-gurus and other enthusiastics,

I just encountered this:

library(its)
x <- its(sort(rnorm(10)), as.POSIXct(Sys.time() + 1:10))
plot(x, type = "p", pch = c(rep("A", 5), rep("B", 5)))

Am I missing something if I expect that all the points labeled as 'A' should be below all those labeled as 'B'?

Thanks,

Jussi M?kinen

platform i386-pc-mingw32
arch   i386      
os     mingw32    
system  i386, mingw32
status            
major   2        
minor   0.1        
year   2004      
month   11        
day    15        
language R

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.