search for: barnamesm

Displaying 1 result from an estimated 1 matches for "barnamesm".

Did you mean: barnames
2008 Mar 18
1
Error when producing multiple graphes
Dear all, Within a larger script I use the following code to produce barplots for all variables contained in a dataframe "type3m": for(xn in names(type3m)) barplot(table(type3m[[xn]]), main = paste ("Barplot of", xn), width=0.75,legend.text=barnamesm, xlim=c(0,4),ylim=c(0,400)) The plots are produced and printed into a *.ps file. However, R gives an error message and aborts the script. The error message is: Fehler in rect(as.double(xleft), as.double(ybottom), as.double(xright), : ungültiges erstes Argument (it's...