Entering edit mode
ashkot09
•
0
@ashkot09-9452
Last seen 8.9 years ago
Hi,
I have R code as follows that uses cn.MOPS.
png(filename="/home/localuser/test123.png")
x <- plot(res)
dev.off();
I want to plot res but save as image. The above does not work, any ideas?