I am not sure what you mean by a glossary, but subset and rownames are both in the R Reference Index:
http://cran.r-project.org/doc/manuals/fullrefman.pdf If you suspect there might be an R function for something but don't know what it is, help.search() can be useful. For example: help.search("row names") Alexandre Santos Aguiar wrote: > Em Seg 30 Jan 2006 18:36, Chuck Cleland escreveu: >> rownames(subset(mydata, X >=0)) > > Hi, > > I am new to R and read this list to learn. It is amazing how frequently new > functions pop in messages. Useful and timesaving functions like subset > (above) must be documented somewhere. > > Is there a glossary of functions? > -- Chuck Cleland, Ph.D. NDRI, Inc. 71 West 23rd Street, 8th floor New York, NY 10010 tel: (212) 845-4495 (Tu, Th) tel: (732) 452-1424 (M, W, F) fax: (917) 438-0894 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
