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(3,8,3,3,7,4,-4,-6,8,2,-1,-2,0,10,3,6,7,-4,-5,-7,-10,-21,-22,-16,-25,-22,-22,-19,-21,-31,-28,-23,-17,-12,-14,-18,-16,-22,-9,-10,-10,0,3,2,4,-3,0,-1,-7,2,3,-3,-5,0,-3,-7,-7,-7,-4,-3,-6) > par4 = '12' > par3 = 'Economische vooruitzichten' > par2 = 'NBB' > par1 = 'Vooruitzichten' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = '' > postscript(file="/var/www/rcomp/tmp/16c6v1293311213.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot#x,col=2,type='b',main=main,xlab=xlab,ylab=ylab# function (x, y, ...) { if (is.function(x) && is.null(attr(x, "class"))) { if (missing(y)) y <- NULL hasylab <- function(...) !all(is.na(pmatch(names(list(...)), "ylab"))) if (hasylab(...)) plot.function(x, y, ...) else plot.function(x, y, ylab = paste(deparse(substitute(x)), "(x)"), ...) } else UseMethod("plot") } > dev#off## Error: object 'dev' not found Execution halted