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(1280,1024,1120,1024,1280,1280,1280,1024,1280,1280,1280,1280,1280,1688,1440,1600,1280,1280,1280,1176,1280,1503,1440,1366,1280,1024,1280,2560,1280,1024,1280,1280,1440,1280,1440,1024,1440,1143,1280,1440,1280,1366,1024,1408,1366,1176,1920,1257,1280,1280,1440,1680,1440,1024,1140,1280,1280,1280,1280,1280,1440,1280,1152,1280,1280,1440,1280,1280,1440,1280,1280,1440,1280,1280,1600,1024,1366,1280,1280,1440,1366,1280,1024,1280,1440,1280,1280,1408,1280,1600,1600,1680,1440,1440,917,1280,1760,1280,1280,1280,1024,1366,1440,1280,1280,1920,1024,1024,1600,1117,1440,983,1024,1024,1280,1440,1280,1280,1280,1440,1280,1024,1024,1152,1280,1024,1366,1680,1680,1280,1366,1024,1440,1024,1280,1280,1280,1024,1280) > 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# function (x, scale = 1, width = 80, atom = 1e-08) { if (!is.numeric(x)) stop("'x' must be numeric") x <- x[!is.na(x)] if (length(x) == 0) stop("no non-missing values") if (scale <= 0) stop("'scale' must be positive") .C("stemleaf", as.double(x), length(x), as.double(scale), as.integer(width), as.double(atom), PACKAGE = "base") invisible(NULL) } > load#file='/var/www/html/rcomp/createtable'# function (file, envir = parent.frame()) { if (is.character(file)) { con <- gzfile(file) on.exit(close(con)) magic <- readChar(con, 5L, useBytes = TRUE) if (!grepl("RD[AX]2\n", magic)) { if (grepl("RD[ABX][12]\r", magic)) stop("input has been corrupted, with LF replaced by CR") warning(gettextf("file '%s' has magic number '%s'\n Use of save versions prior to 2 is deprecated", basename(file), gsub("[\n\r]*", "", magic)), domain = NA, call. = FALSE) return(.Internal(load(file, envir))) } } else if (inherits(file, "connection")) { con <- if (inherits(file, "gzfile")) file else gzcon(file) } else stop("bad 'file' argument") .Internal(loadFromConn2(con, envir)) } > 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/19k611286021280.tab") Error: could not find function "table.save" Execution halted