R version 2.11.1 (2010-05-31) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- c(426.11,383.7,232.44,70.94,226.73,947.29,611.28,158.05,34,37.03,388.3,506.65,392.25,180.82,198.3,217.47,275.56,1030.94,57.47,136.45,556.28,213.36,274.48,220.55,236.71,260.64,2763.54,213.92,169.86,403.06,449.59,406.17,206.89,156.19,257.1,62.16,662.88,251.42,171.33,350.09,221.59,4.81,183.19,190.38,223.17,232.67,356.73,109.22,475.83,315.96,694.87,8.95,278.74,308.16,207.53,192.8,601.16,289.71,293.67,386.69,699.65,85.09,131.81,645.29,197.55,308.17,86.58,242.21,238.5,187.88,140.32,440.31,421.4,218.76,1305.92,137.55,262.52,348.82,150.03,64.02,261.6,259.7,171.26,203.08,249.15,211.66,252.64,438.56,239.89,401.92,216.89,184.64,380.16,653.64,313.91,366.94,236.3,229.64,235.58,103.9,263.91,241.17,216.55,295.28,193.3,204.39,257.57,136.81,240.76,59.61,213.51,380.53,242.34,250.41,183.61,191.84,266.79,246.54,330.56,403.56,208.11,324.04,308.53,199.3,200.16,262.88,287.07,190.16,199.75,265.78,435.96,72.84,756.46,206.77,4202.36,401.42,216.05,39.05,441.44) > par3 = '1e-08' > par2 = '80' > par1 = '1' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > par1 <- as.numeric(par1) > par2 <- as.numeric(par2) > par3 <- as.numeric(par3) > stem(x,par1,par2,par3) The decimal point is 2 digit(s) to the right of the | 0 | 013446666779901344445667778888999999 2 | 00000001111111122222222333344444444455555666666667778899901111223556 4 | 000012344445816 6 | 01556906 8 | 5 10 | 3 12 | 1 14 | 16 | 18 | 20 | 22 | 24 | 26 | 6 28 | 30 | 32 | 34 | 36 | 38 | 40 | 42 | 0 > > #Note: the /var/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Stem-and-leaf Plot',1,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Please, click the above output link to view the Stem-and-leaf plot') > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/rcomp/tmp/1zhu21286215852.tab") > > > proc.time() user system elapsed 0.240 0.100 0.314