Dear R mailing listers,

After plotting, I wanna save it as file in pdf format using pdf("name.pdf")
command. It failed, but I can do it by GUI operation (file-save as-pdf).

e.g.

x11()
hist(x, breaks = 50, probability = FALSE)
pdf("hist.pdf")

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to