A bit more philosophy and task for visualization, in response to Peter S. Still...
[CommonLispStat.git] / Data / trees.Rt
blob1ecdc0926997535fd24a3fc9c71924933ade9a35
2 R version 2.9.2 (2009-08-24)
3 Copyright (C) 2009 The R Foundation for Statistical Computing
4 ISBN 3-900051-07-0
6 R is free software and comes with ABSOLUTELY NO WARRANTY.
7 You are welcome to redistribute it under certain conditions.
8 Type 'license()' or 'licence()' for distribution details.
10   Natural language support but running in an English locale
12 R is a collaborative project with many contributors.
13 Type 'contributors()' for more information and
14 'citation()' on how to cite R or R packages in publications.
16 Type 'demo()' for some demos, 'help()' for on-line help, or
17 'help.start()' for an HTML browser interface to help.
18 Type 'q()' to quit R.
20 > options(STERM='iESS', editor='emacsclient')
21 > data(trees)
22 > summary(trees)
23      Girth           Height       Volume     
24  Min.   : 8.30   Min.   :63   Min.   :10.20  
25  1st Qu.:11.05   1st Qu.:72   1st Qu.:19.40  
26  Median :12.90   Median :76   Median :24.20  
27  Mean   :13.25   Mean   :76   Mean   :30.17  
28  3rd Qu.:15.25   3rd Qu.:80   3rd Qu.:37.30  
29  Max.   :20.60   Max.   :87   Max.   :77.00  
30 > write.csv(trees,file="Data/trees.csv")
31 > q()
32 Save workspace image? [y/n/c]: n
34 Process R finished at Wed Sep  2 07:48:54 2009