[R] (no subject)
    Alexander Engelhardt 
    alex at chaotic-neutral.de
       
    Mon Apr 18 15:06:19 CEST 2011
    
    
  
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
    
    
More information about the R-help
mailing list