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(216.234,213.586,209.465,204.045,200.237,203.666,241.476,260.307,243.324,244.460,233.575,237.217,235.243,230.354,227.184,221.678,217.142,219.452,256.446,265.845,248.624,241.114,229.245,231.805,219.277,219.313,212.610,214.771,211.142,211.457,240.048,240.636,230.580,208.795,197.922,194.596,194.581,185.686,178.106,172.608,167.302,168.053,202.300,202.388,182.516,173.476,166.444,171.297,169.701,164.182,161.914,159.612,151.001,158.114,186.530,187.069,174.330,169.362,166.827,178.037,186.413,189.226,191.563,188.906,186.005,195.309,223.532,226.899,214.126,206.903,204.442,220.375) > 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 | 14 | 18 16 | 024677890133488 18 | 3666779925558 20 | 02244479911344567999 22 | 024779012457 24 | 01113496 26 | 06 > > #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/1dkb01291976658.tab") > > > > proc.time() user system elapsed 0.150 0.120 0.254