Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

Re: [R] Where's iris?

Gabor Grothendieck

2005-07-13

Replies:

On 7/13/05, Ruben Roa <RRoa@(protected):
> Hi:
> Where is the iris data set actually
> located in the R 2.1.0 folder (under W XP)?
> Is it a text file or it is a binary file?
> Ruben

Uwe has already explained how to get it in text
form; however, if you are curious about its original
format in R then its actually stored in iris.R as
R source code which you can view at:

https://svn.r-project.org/R/trunk/src/library/datasets/data/iris.R

(or download the entire R source and get it from there).

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.