[R] Odp: How to refer to rows using a vector of row names ?
Petr PIKAL
petr.pikal at precheza.cz
Fri Apr 11 12:53:22 CEST 2008
Hi
r-help-bounces at r-project.org napsal dne 11.04.2008 12:46:11:
> Hi,
>
> How to refer to rows using a vector of row names ?
Not sure what you mean but
rownames(data.frame) %in% vector of row names
shall give you numbers of rows, which you can use for subsetting
Regards
Petr
>
> Thanks
> Stanley
>
> [[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.
More information about the R-help
mailing list