Thank you
Adrian
On 07/01/2013 03:04 PM, peter dalgaard wrote:
On Jul 1, 2013, at 14:35 , Adrian Trapletti wrote:
Dear all,
I am comparing "R CMD BATCH script.R" with running the following code snippet
within R:
pdf("Rplots.pdf")
source("script.R")
dev.off()
q(save="no")
Among other things
On Jul 1, 2013, at 14:35 , Adrian Trapletti wrote:
> Dear all,
>
> I am comparing "R CMD BATCH script.R" with running the following code snippet
> within R:
>
> pdf("Rplots.pdf")
> source("script.R")
> dev.off()
> q(save="no")
>
> Among other things, one difference is that the former produces
Dear all,
I am comparing "R CMD BATCH script.R" with running the following code
snippet within R:
pdf("Rplots.pdf")
source("script.R")
dev.off()
q(save="no")
Among other things, one difference is that the former produces no
Rplots.pdf while the latter produces an empty Rplots.pdf, if script.
3 matches
Mail list logo