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(294.371 + ,155.359 + ,167.804 + ,82.893 + ,103.131 + ,130.093 + ,166.796 + ,72.174 + ,96.396 + ,81.056 + ,138.981 + ,197.604 + ,264.405 + ,119.403 + ,189.62 + ,155.779 + ,134.168 + ,126.862 + ,159.104 + ,163.426 + ,113.344 + ,175.645 + ,147.312 + ,164.642 + ,125.814 + ,138.558 + ,163.136 + ,148.763 + ,178.322 + ,107.805 + ,180.363 + ,179.006 + ,111.603 + ,251.469 + ,123.646 + ,108.398 + ,134.505 + ,129.605 + ,211.562 + ,300.239 + ,329.183 + ,115.475 + ,115.108 + ,101.922 + ,391.433 + ,103.906 + ,112.704 + ,619.22 + ,110.688 + ,95.539 + ,150.985 + ,138.107 + ,177.705 + ,757.365 + ,103.671 + ,81.101 + ,130.586 + ,166.608 + ,201.734 + ,175.329 + ,126.372 + ,107.822 + ,146.123 + ,98.815 + ,219.641 + ,156 + ,123.928 + ,156.405 + ,104.828 + ,188.594 + ,575.698 + ,564.424 + ,149.465 + ,168.474 + ,280.909 + ,172.095 + ,73.594 + ,128.317 + ,202.431 + ,149.787 + ,243.719 + ,188.553 + ,125.634 + ,166.548 + ,284.966 + ,122.213 + ,172.936 + ,152.882 + ,242.736 + ,107.814 + ,155.723 + ,192.582 + ,126.668 + ,127.17 + ,125.77 + ,144.493 + ,123.241 + ,138.431 + ,150.875 + ,375.445 + ,154.611 + ,83.401 + ,115.175 + ,198.463 + ,520.108 + ,235.576 + ,105.44 + ,152.272 + ,310.469 + ,217.089 + ,229.36 + ,555.232 + ,466.984 + ,127.703 + ,101.383 + ,172.705 + ,79.114 + ,213.859 + ,256.736 + ,161.995 + ,112.314 + ,219.779 + ,188.723 + ,141.648 + ,146.564 + ,113.163 + ,85.657 + ,127.958 + ,114.909 + ,198.214 + ,133.215 + ,131.576 + ,287.667 + ,140.275 + ,137.435 + ,190.055 + ,104.39 + ,178.032 + ,79.356 + ,250.571 + ,123.115 + ,247.026 + ,190.38 + ,219.114 + ,131.753 + ,135.922 + ,855.826 + ,145.195 + ,82.337 + ,141.758 + ,78.649 + ,117.482 + ,90.986 + ,101.864 + ,120.33 + ,137.019) > 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 | 778888888899 1 | 000000000001111111111112222222222233333333333333333344444444444 1 | 55555555555566666666667777777788888889999999 2 | 000001122223444 2 | 555668899 3 | 013 3 | 89 4 | 4 | 7 5 | 2 5 | 668 6 | 2 6 | 7 | 7 | 6 8 | 8 | 6 > > #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/1bygw1289575135.tab") > > > proc.time() user system elapsed 0.240 0.080 0.284