R version 2.7.0 (2008-04-22) Copyright (C) 2008 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 <- array(list(15370.60 + ,11947.20 + ,3423.40 + ,12300.00 + ,14956.90 + ,11714.10 + ,3242.80 + ,12092.80 + ,15469.70 + ,12192.50 + ,3277.20 + ,12380.80 + ,15101.80 + ,11268.80 + ,3833.00 + ,12196.90 + ,11703.70 + ,9097.40 + ,2606.30 + ,9455.00 + ,16283.60 + ,12639.80 + ,3643.80 + ,13168.00 + ,16726.50 + ,13040.10 + ,3686.40 + ,13427.90 + ,14968.90 + ,11687.30 + ,3281.60 + ,11980.50 + ,14861.00 + ,11191.70 + ,3669.30 + ,11884.80 + ,14583.30 + ,11391.90 + ,3191.50 + ,11691.70 + ,15305.80 + ,11793.10 + ,3512.70 + ,12233.80 + ,17903.90 + ,13933.20 + ,3970.70 + ,14341.40 + ,16379.40 + ,12778.10 + ,3601.20 + ,13130.70 + ,15420.30 + ,11810.30 + ,3610.00 + ,12421.10 + ,17870.50 + ,13698.40 + ,4172.10 + ,14285.80 + ,15912.80 + ,11956.60 + ,3956.20 + ,12864.60 + ,13866.50 + ,10723.80 + ,3142.70 + ,11160.20 + ,17823.20 + ,13938.90 + ,3884.30 + ,14316.20 + ,17872.00 + ,13979.80 + ,3892.20 + ,14388.70 + ,17420.40 + ,13807.40 + ,3613.00 + ,14013.90 + ,16704.40 + ,12973.90 + ,3730.50 + ,13419.00 + ,15991.20 + ,12509.80 + ,3481.30 + ,12769.60 + ,16583.60 + ,12934.10 + ,3649.50 + ,13315.50 + ,19123.50 + ,14908.30 + ,4215.20 + ,15332.90 + ,17838.70 + ,13772.10 + ,4066.60 + ,14243.00 + ,17209.40 + ,13012.60 + ,4196.80 + ,13824.40 + ,18586.50 + ,14049.90 + ,4536.60 + ,14962.90 + ,16258.10 + ,11816.50 + ,4441.60 + ,13202.90 + ,15141.60 + ,11593.20 + ,3548.30 + ,12199.00 + ,19202.10 + ,14466.20 + ,4735.90 + ,15508.90 + ,17746.50 + ,13615.90 + ,4130.60 + ,14199.80 + ,19090.10 + ,14733.90 + ,4356.20 + ,15169.60 + ,18040.30 + ,13880.70 + ,4159.60 + ,14058.00 + ,17515.50 + ,13527.50 + ,3988.00 + ,13786.20 + ,17751.80 + ,13584.00 + ,4167.80 + ,14147.90 + ,21072.40 + ,16170.20 + ,4902.20 + ,16541.70 + ,17170.00 + ,13260.60 + ,3909.40 + ,13587.50 + ,19439.50 + ,14741.90 + ,4697.60 + ,15582.40 + ,19795.40 + ,15486.50 + ,4308.90 + ,15802.80 + ,17574.90 + ,13154.50 + ,4420.40 + ,14130.50 + ,16165.40 + ,12621.20 + ,3544.20 + ,12923.20 + ,19464.60 + ,15031.60 + ,4433.00 + ,15612.20 + ,19932.10 + ,15452.40 + ,4479.70 + ,16033.70 + ,19961.20 + ,15428.00 + ,4533.20 + ,16036.60 + ,17343.40 + ,13105.90 + ,4237.50 + ,14037.80 + ,18924.20 + ,14716.80 + ,4207.40 + ,15330.60 + ,18574.10 + ,14180.00 + ,4394.00 + ,15038.30 + ,21350.60 + ,16202.20 + ,5148.40 + ,17401.80 + ,18594.60 + ,14392.40 + ,4202.20 + ,14992.50 + ,19823.10 + ,15140.60 + ,4682.50 + ,16043.70 + ,20844.40 + ,15960.10 + ,4884.30 + ,16929.60 + ,19640.20 + ,14351.30 + ,5288.90 + ,15921.30 + ,17735.40 + ,13230.20 + ,4505.20 + ,14417.20 + ,19813.60 + ,15202.10 + ,4611.50 + ,15961.00 + ,22238.50 + ,17157.30 + ,5081.10 + ,17851.90 + ,20682.20 + ,16159.10 + ,4523.10 + ,16483.90 + ,17818.60 + ,13405.70 + ,4412.80 + ,14215.50 + ,21872.10 + ,17224.70 + ,4647.40 + ,17429.70 + ,22117.00 + ,17338.40 + ,4778.60 + ,17839.50 + ,21865.90 + ,17370.60 + ,4495.30 + ,17629.20) + ,dim=c(4 + ,60) + ,dimnames=list(c('Totaal' + ,'IntraEU' + ,'ExtraEU' + ,'Vlaanderen') + ,1:60)) > y <- array(NA,dim=c(4,60),dimnames=list(c('Totaal','IntraEU','ExtraEU','Vlaanderen'),1:60)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par1 = 'TRUE' > main = 'Starplot' > #'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!) > if (par1 == 'TRUE') par1 <- TRUE > if (par1 == 'FALSE') par1 <- FALSE > postscript(file="/var/www/html/rcomp/tmp/155zp1225828073.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > stars(t(y), main = main, full=par1, key.loc = c(14, 2)) > dev.off() null device 1 > > system("convert tmp/155zp1225828073.ps tmp/155zp1225828073.png") > > > proc.time() user system elapsed 2.277 0.460 2.359