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(613,611,594,595,591,589,584,573,567,569,621,629,628,612,595,597,593,590,580,574,573,573,620,626,620,588,566,557,561,549,532,526,511,499,555,565,542,527,510,514,517,508,493,490,469,478,528,534,518,506,502,516,528,533,536,537,524,536,587,597,581) > par3 = 'Een weergave van de werkloosheid in duizendtallen van 2004 tot 2009' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=66000076&Lang=N' > par1 = 'Werkloosheid' > ylab = 'value' > xlab = 'index' > main = 'Werkloosheid in België' > #'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/1t67x1257175866.ps",horizontal=F,pagecentre=F,paper="special",width=0.84722222222222,height=8.3333333333333) > plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) Error in plot.new() : figure margins too large Calls: plot -> plot.default -> plot.new Execution halted