[R] Graphing output
Steven Yen
@tyen @ending from ntu@edu@tw
Tue Oct 9 18:17:28 CEST 2018
Is it possible to release the file destination after sending it to a pdf
file?
Below, line 3 send the graph to a pdf file.
I like to release the devise so that I can see result produced by line
for on the console (screen). Thanks.
x<-1:10
pdf("test1.pdf") # pdf {grDevices}
boxplot(x) # This goes to pdf file
boxplot(x) # Like this to go to console
--
styen using ntu.edu.tw (S.T. Yen)
[[alternative HTML version deleted]]
More information about the R-help
mailing list