Am 18.04.2011 14:58, schrieb Ramnath R:
Hai
i just wanted to know how we can find the package of  a dataset, eg: how can
i find the package in which the  dataset *iris* is present
Ram

Hi,

if you have the package installed, go
> ?iris
to find out which package it belongs to.

If not, just google "R iris" and click the links until you land here:
http://stat.ethz.ch/R-manual/R-patched/library/datasets/html/iris.html

it says iris {datasets} in the top line. Package "datasets".

Try it yourself, maybe with "votes.repub".

 -- Alex

______________________________________________
R-help@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.

Reply via email to