[R] Odp: selection of multiple subscripts

Petr PIKAL petr.pikal at precheza.cz
Wed Jan 13 13:49:16 CET 2010


Hi

see ?points or ?lines which you would surely found out if you bother to 
look at ?plot help page

Regards
Petr

r-help-bounces at r-project.org napsal dne 13.01.2010 13:36:57:

> Readers,
> 
> For a data set 'x':
> 
> 1 a
> 2 b
> 3 c
> 4 d
> 5 e
> 6 f
> 7 g
> 8 h
> 9 i
> 
> How to select multiple subscripts to plot? For example to plot values
> 1:3 and 9:10:
> 
> plot(x[1:3,1],x[,2])
> 
> and
> 
> plot(x[9:10,1],x[,2])
> 
> into one plot?
> 
> Yours,
> 
> rhelpatconference.jabber.org
> r251
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list