R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(54,53,53,73,42,69,58,58,46,50,53,45,65,49,81,48,82,69,72,45,45,79,67,70,55,45,60,63,46,36,59,46,36,44,55,77,54,39,77,56,45,43,39,53,61,66,66,49,49,58,65,52,60,48,43,61,49,66,94,45,60,48,54,54,60,60,43,71,64,64,46,60,62,49,64,55,61,42,45,55,37,44,50,56,80,44,57,62,75,40,57,51,58,57,42,51,57,46,74,83,40,68,46,41,57,50,60,47,54) > 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 1 digit(s) to the right of the | 3 | 66799 4 | 001222333444 4 | 5555555666666788899999 5 | 000112333344444 5 | 5555667777788889 6 | 0000000111223444 6 | 556667899 7 | 01234 7 | 5779 8 | 0123 8 | 9 | 4 > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/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/html/rcomp/tmp/123021271340137.tab") > > > > proc.time() user system elapsed 0.193 0.025 0.224