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(513 + ,140 + ,373 + ,96 + ,87 + ,503 + ,132 + ,371 + ,86 + ,75 + ,471 + ,117 + ,354 + ,82 + ,74 + ,471 + ,114 + ,357 + ,92 + ,91 + ,476 + ,113 + ,363 + ,99 + ,101 + ,475 + ,110 + ,364 + ,101 + ,103 + ,470 + ,107 + ,363 + ,102 + ,106 + ,461 + ,103 + ,358 + ,100 + ,102 + ,455 + ,98 + ,357 + ,101 + ,105 + ,456 + ,98 + ,357 + ,100 + ,105 + ,517 + ,137 + ,380 + ,99 + ,100 + ,525 + ,148 + ,378 + ,97 + ,95 + ,523 + ,147 + ,376 + ,97 + ,96 + ,519 + ,139 + ,380 + ,97 + ,98 + ,509 + ,130 + ,379 + ,96 + ,99 + ,512 + ,128 + ,384 + ,92 + ,92 + ,519 + ,127 + ,392 + ,91 + ,84 + ,517 + ,123 + ,394 + ,87 + ,81 + ,510 + ,118 + ,392 + ,82 + ,72 + ,509 + ,114 + ,396 + ,89 + ,89 + ,501 + ,108 + ,392 + ,91 + ,96 + ,507 + ,111 + ,396 + ,90 + ,91 + ,569 + ,151 + ,419 + ,87 + ,88 + ,580 + ,159 + ,421 + ,89 + ,90 + ,578 + ,158 + ,420 + ,95 + ,98 + ,565 + ,148 + ,418 + ,85 + ,87 + ,547 + ,138 + ,410 + ,94 + ,100 + ,555 + ,137 + ,418 + ,94 + ,100 + ,562 + ,136 + ,426 + ,97 + ,104 + ,561 + ,133 + ,428 + ,99 + ,107 + ,555 + ,126 + ,430 + ,97 + ,105 + ,544 + ,120 + ,424 + ,96 + ,102 + ,537 + ,114 + ,423 + ,94 + ,98 + ,543 + ,116 + ,427 + ,100 + ,106 + ,594 + ,153 + ,441 + ,96 + ,97 + ,611 + ,162 + ,449 + ,98 + ,101 + ,613 + ,161 + ,452 + ,98 + ,100 + ,611 + ,149 + ,462 + ,94 + ,93 + ,594 + ,139 + ,455 + ,93 + ,94 + ,595 + ,135 + ,461 + ,94 + ,96 + ,591 + ,130 + ,461 + ,94 + ,96 + ,589 + ,127 + ,463 + ,97 + ,98 + ,584 + ,122 + ,462 + ,98 + ,102 + ,573 + ,117 + ,456 + ,95 + ,95 + ,567 + ,112 + ,455 + ,89 + ,85 + ,569 + ,113 + ,456 + ,89 + ,84 + ,621 + ,149 + ,472 + ,89 + ,82 + ,629 + ,157 + ,472 + ,90 + ,87 + ,628 + ,157 + ,471 + ,86 + ,77 + ,612 + ,147 + ,465 + ,92 + ,90 + ,595 + ,137 + ,459 + ,91 + ,90 + ,597 + ,132 + ,465 + ,95 + ,94 + ,593 + ,125 + ,468 + ,99 + ,97 + ,590 + ,123 + ,467 + ,98 + ,96 + ,580 + ,117 + ,463 + ,95 + ,93 + ,574 + ,114 + ,460 + ,96 + ,93 + ,573 + ,111 + ,462 + ,94 + ,93 + ,573 + ,112 + ,461 + ,98 + ,97 + ,620 + ,144 + ,476 + ,98 + ,100 + ,626 + ,150 + ,476 + ,98 + ,95 + ,620 + ,149 + ,471 + ,98 + ,97 + ,588 + ,134 + ,453 + ,102 + ,103 + ,566 + ,123 + ,443 + ,101 + ,102 + ,557 + ,116 + ,442 + ,92 + ,93 + ,561 + ,117 + ,444 + ,99 + ,99 + ,549 + ,111 + ,438 + ,101 + ,100 + ,532 + ,105 + ,427 + ,99 + ,97 + ,526 + ,102 + ,424 + ,102 + ,104 + ,511 + ,95 + ,416 + ,102 + ,102 + ,499 + ,93 + ,406 + ,101 + ,103 + ,555 + ,124 + ,431 + ,99 + ,100 + ,565 + ,130 + ,434 + ,98 + ,90 + ,542 + ,124 + ,418 + ,98 + ,90) + ,dim=c(5 + ,73) + ,dimnames=list(c('Totaal' + ,'-25' + ,'25' + ,'CV' + ,'Algemeen ') + ,1:73)) > y <- array(NA,dim=c(5,73),dimnames=list(c('Totaal','-25','25','CV','Algemeen '),1:73)) > 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/1m59v1194893222.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/1m59v1194893222.ps tmp/1m59v1194893222.png") > > > proc.time() user system elapsed 0.664 0.170 0.741