Skip to content

how to save images from R-plot after MCMC

1 message · Ido M. Tamir

#
Ping Yao wrote:

            
have a look at dev2bitmap I they are already on the screen.
Or let them go directly to a pdf file.
pdf("mcmc.pdf")
dev.off()

or to multiple png files
png("mcmc1.pdf")
dev.off()
png("mcmc2.pdf")
dev.off()

regards,
Ido Tamir