R version 2.6.0 (2007-10-03) Copyright (C) 2007 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(7.4 + ,6.4 + ,8.7 + ,7.2 + ,6.3 + ,8.5 + ,7 + ,6 + ,8.2 + ,6.6 + ,5.3 + ,8.3 + ,6.4 + ,5.2 + ,8 + ,6.4 + ,5.1 + ,8.1 + ,6.8 + ,5.4 + ,8.7 + ,7.3 + ,5.8 + ,9.3 + ,7 + ,5.6 + ,8.9 + ,7 + ,5.6 + ,8.8 + ,6.7 + ,5.4 + ,8.4 + ,6.7 + ,5.4 + ,8.4 + ,6.3 + ,5.5 + ,7.3 + ,6.2 + ,5.5 + ,7.2 + ,6 + ,5.3 + ,7 + ,6.3 + ,5.7 + ,7 + ,6.2 + ,5.6 + ,6.9 + ,6.1 + ,5.5 + ,6.9 + ,6.2 + ,5.6 + ,7.1 + ,6.6 + ,5.9 + ,7.5 + ,6.6 + ,6 + ,7.4 + ,7.8 + ,7 + ,8.9 + ,7.4 + ,6.6 + ,8.3 + ,7.4 + ,6.6 + ,8.3 + ,7.5 + ,6.3 + ,9 + ,7.4 + ,6.3 + ,8.9 + ,7.4 + ,6.3 + ,8.8 + ,7 + ,6.3 + ,7.8 + ,6.9 + ,6.2 + ,7.8 + ,6.9 + ,6.2 + ,7.8 + ,7.6 + ,6.3 + ,9.2 + ,7.7 + ,6.4 + ,9.3 + ,7.6 + ,6.4 + ,9.2 + ,8.2 + ,7.8 + ,8.6 + ,8 + ,7.7 + ,8.5 + ,8.1 + ,7.7 + ,8.5 + ,8.3 + ,7.7 + ,9 + ,8.2 + ,7.7 + ,9 + ,8.1 + ,7.6 + ,8.8 + ,7.7 + ,7.5 + ,8 + ,7.6 + ,7.4 + ,7.9 + ,7.7 + ,7.4 + ,8.1 + ,8.2 + ,7.5 + ,9.3 + ,8.4 + ,7.6 + ,9.4 + ,8.4 + ,7.6 + ,9.4 + ,8.6 + ,8.1 + ,9.3 + ,8.4 + ,7.8 + ,9 + ,8.5 + ,8 + ,9.1 + ,8.7 + ,7.9 + ,9.7 + ,8.7 + ,7.9 + ,9.7 + ,8.6 + ,7.8 + ,9.6 + ,7.4 + ,6.7 + ,8.3 + ,7.3 + ,6.6 + ,8.2 + ,7.4 + ,6.6 + ,8.4 + ,9 + ,7.7 + ,10.6 + ,9.2 + ,7.9 + ,10.9 + ,9.2 + ,8 + ,10.9 + ,8.5 + ,7.7 + ,9.6 + ,8.3 + ,7.5 + ,9.3 + ,8.3 + ,7.6 + ,9.3 + ,8.6 + ,7.8 + ,9.6 + ,8.6 + ,7.8 + ,9.5 + ,8.5 + ,7.7 + ,9.5 + ,8.1 + ,7.4 + ,9 + ,8.1 + ,7.5 + ,8.9 + ,8 + ,7.2 + ,9 + ,8.6 + ,7.5 + ,10.1 + ,8.7 + ,7.6 + ,10.2 + ,8.7 + ,7.6 + ,10.2 + ,8.6 + ,7.8 + ,9.5 + ,8.4 + ,7.7 + ,9.3 + ,8.4 + ,7.7 + ,9.3 + ,8.7 + ,8.2 + ,9.4 + ,8.7 + ,8.2 + ,9.3 + ,8.5 + ,8.1 + ,9.1 + ,8.3 + ,7.8 + ,9 + ,8.3 + ,7.8 + ,8.9 + ,8.3 + ,7.7 + ,9 + ,8.1 + ,6.7 + ,9.8 + ,8.2 + ,6.7 + ,10 + ,8.1 + ,6.7 + ,9.8 + ,8.1 + ,7.2 + ,9.4 + ,7.9 + ,6.9 + ,9 + ,7.7 + ,6.8 + ,8.9 + ,8.1 + ,7.2 + ,9.3 + ,8 + ,7.1 + ,9.1 + ,7.7 + ,6.9 + ,8.8 + ,7.8 + ,6.9 + ,8.9 + ,7.6 + ,6.7 + ,8.7 + ,7.4 + ,6.5 + ,8.6 + ,7.7 + ,6.6 + ,9.1 + ,7.9 + ,6.6 + ,9.3 + ,7.6 + ,6.5 + ,8.9) + ,dim=c(3 + ,93) + ,dimnames=list(c('Totaal' + ,'Mannen' + ,'Vrouwen ') + ,1:93)) > y <- array(NA,dim=c(3,93),dimnames=list(c('Totaal','Mannen','Vrouwen '),1:93)) > 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: Wessa P., (2007), Star Plot (v1.0.2) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_starplot.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description > if (par1 == 'TRUE') par1 <- TRUE > if (par1 == 'FALSE') par1 <- FALSE > postscript(file="/var/www/html/rcomp/tmp/134fx1197374009.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)) Warning messages: 1: In text.default(label.x[k], label.y[k], labels = key.labels[k], : font width unknown for character 0xd 2: In text.default(label.x[k], label.y[k], labels = key.labels[k], : font width unknown for character 0xd > dev.off() null device 1 > > system("convert tmp/134fx1197374009.ps tmp/134fx1197374009.png") > > > proc.time() user system elapsed 0.673 0.185 0.735