Displaying 1 result from an estimated 1 matches for "mw_g_2balk".
2012 May 11
1
plot: many bars with wide bars
...e 9
or so).
Does anyone know the ansers to this problem?
Thanks a lot in advance!!
Marion
function:
My .csv file " abb7ctreff " looks like this:
;bisher;in Zukunft
persönl Ges;55;24
andere Vera;45;23
Elternabende;39;26
Gespräche;18;11
persönl ;16;4
Schulunterr;14;9
Tag der offe;9;11
mw_g_2balk <- function(pfad="F:/04 Archiv/04 Programme/19
R_Syntaxe/Grafiken_Funktionen",abb="abb3",skala="prozent")
{
setwd(pfad)
postscript(file=paste(abb,".eps",sep=""))
dat<-read.csv2(paste(abb,".csv",sep=""),header=T,check....