Bad Units Bug in barplot with pictex output device. (PR#220)
Dear Bug Team: I encountered a bug when trying to make a barplot with the pictex output device. The following commands demonstrate the bug: -----------------------------------------------
errors <- c(3.08, 35.38, 33.85, 20.00, 7.69) errors
[1] 3.08 35.38 33.85 20.00 7.69
pictex() barplot(errors)
Error: Bad units specified in GConvert, please report!
----------------------------------------------- Here is my R version information: -----------------------------------------------
Version()
$platform [1] "i386-unknown-freebsd2.2.7" $arch [1] "i386" $os [1] "freebsd2.2.7" $system [1] "i386, freebsd2.2.7" $status [1] "" $status.rev [1] "0" $major [1] "0" $minor [1] "62.2" $year [1] "1998" $month [1] "July" $day [1] "10" $language [1] "R" --------------------------------------------------- Thank you very much for all your good work on R! Best regards, Krisztina Vasarhelyi Anthropologisches Institut der Universitaet Zuerich krva@aim.unizh.ch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._