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(109.6,109.2,109,107.7,107.4,106.9,107.4,108.2,110.6,111.9,112.3,112.2,112.6,114.1,113.5,113.1,112.5,112.9,112.4,112.4,113,112.8,112.4,112.5,112.4,112.8,112.7,111.1,112.8,114.4,114.5,114.9,115.4,116.5,118.6,118.2,117,117.4,117.5,117.6,118,118.4,118,118.4,119.7,122.5,122.6,122.1,122,123,122.5,122.1,123.7,124.5,124.6,123.7,121.7,123,121.4,123) > par3 = 'index first-hand sales of meat and meat preparations in Norway from october 2004 untill september 2009' > par2 = 'http://statbank.ssb.no/statistikkbanken/Default_FR.asp?Productid=08.02&PXSid=0&nvl=true&PLanguage=1&tilside=selecttable/MenuSelP.asp&SubjectCode=08' > par1 = 'Index of first-hand domestic sales-meat and meat preparations' > ylab = 'domestic first-hand sales' > xlab = 'time' > main = '' > #'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!) > postscript(file="/var/www/html/rcomp/tmp/1clo41257196108.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) > dev.off() null device 1 > > #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,'Univariate Dataseries',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Name of dataseries',header=TRUE) > a<-table.element(a,par1) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Source',header=TRUE) > a<-table.element(a,par2) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Description',header=TRUE) > a<-table.element(a,par3) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Number of observations',header=TRUE) > a<-table.element(a,length(x)) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/html/rcomp/tmp/2ih5q1257196108.tab") > > system("convert tmp/1clo41257196108.ps tmp/1clo41257196108.png") > > > proc.time() user system elapsed 0.422 0.178 0.521