Displaying 1 result from an estimated 1 matches for "acrobate".
Did you mean:
acrobat
2010 Jun 24
1
problem with graphic devices
Version:
OS: Windows XP/CentOS 5.5
R: 2.11.1
Acrobate reader: 9.3.2
Question:
After using graphic devices, such as pdf(), png().... in R, nothing happened.
Screen Log:
--------------------------
> pdf("foo.pdf")
> plot(1:10)
> dev.off()
null device
1
>
>
--------------------------
There should automatically pop-u...