[R] selecting ith rows of a matrix
baptiste auguie
ba208 at exeter.ac.uk
Wed Apr 29 10:34:29 CEST 2009
Try this,
> a = matrix(rnorm(10*10),ncol=10)
> a[, seq(1,ncol(a),by=2)]
baptiste
On 29 Apr 2009, at 09:28, Umesh Srinivasan wrote:
> Hi all,
>
> If I have a huge matrix/ dataframe and I want to create a new matrix/
> dataframe with every second (or third, or fourth etc.) row of the
> original
> matrix, how can I do it? Any help much appreciated.
>
> Thanks,
> Umesh
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.
_____________________________
Baptiste Auguié
School of Physics
University of Exeter
Stocker Road,
Exeter, Devon,
EX4 4QL, UK
Phone: +44 1392 264187
http://newton.ex.ac.uk/research/emag
More information about the R-help
mailing list