Displaying 1 result from an estimated 1 matches for "insectdata".
2000 Jul 18
5
X11 & dev2bitmap
...te a bitmap, .BMP, file.
When I look at my notes from 2 or 3 months ago I was successfully able to
put the ACTIVE device plot result into a bitmap file using a command such
as:
dev2bitmap("InsectSpray.BMP")
Job done!
Now when I try the same command, I get the following:
> boxplot(InsectData)
> dev2bitmap("InsectSpray.BMP")
Error in device(...) : Object "width" not found
I looked-up what R means by 'device' and constructed this command:
> X11(display = "", width = 7, height = 7, pointsize = 12, gamma = 1,
colortype = getOption("X...