R version 2.12.0 (2010-10-15) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(105.31,105.63,106.02,105.85,106.57,106.48,106.60,106.75,106.69,106.69,106.93,107.21,107.88,108.84,108.96,109.52,108.45,108.67,108.96,108.76,107.85,108.78,107.51,108.83,111.54,111.74,112.04,111.74,111.81,111.86,114.23,114.80,115.17,115.11,114.43,114.66,115.11,117.74,118.18,118.56,117.63,117.71,117.46,117.37,117.34,117.09,116.65,116.71,116.82,117.33,117.95,123.53,124.91,125.99,126.29,125.68,125.52) > 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 at the | 104 | 368 106 | 056677892589 108 | 578888005 110 | 57789 112 | 0 114 | 2478112 116 | 77813345677 118 | 026 120 | 122 | 5 124 | 957 126 | 03 > > #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/1k9fz1292586731.tab") > > > > proc.time() user system elapsed 0.210 0.080 0.256