Displaying 4 results from an estimated 4 matches for "absgraphfilename".
2003 Mar 31
2
Using R2HTML
...HTMLplot(Caption=paste("Indici di attivit? - centro
n.",cod.centro),GraphDirectory = get(".HTML.outdir", env = get("HTMLenv",
envir = .GlobalEnv)), GraphFileName = "ind-pos",Align = "center")
But I get this error:
Error in dev.print(png, file = AbsGraphFileName, width = 400) :
can only print from screen device
Execution halted
Can anyone help me?
Thanks
2007 Jul 17
2
Combine R2HTML and Rcmd BATCH?
...awns output in the form of an HTML page. This
is done by the R2HTML package.
Now I want to run the same script using Rcmd BATCH. However, it seems
that it is not possible to use R2HTML in this case.
My script ends with this error message:
#########################
Error in dev.print(png, file = AbsGraphFileName, width = Width, height =
Height, :
can only print from screen device
Execution halted
#########################
I can not find how to work around this problem in the R2HTML manual or
the help archives.
Has anybody done a similar thing before? Any suggestions?
Greetings,
Dieter
--
Dieter V...
2007 Jul 18
0
Re : Combine R2HTML and Rcmd BATCH?
...age. This
> is done by the R2HTML package.
>
> Now I want to run the same script using Rcmd BATCH. However, it seems
> that it is not possible to use R2HTML in this case.
>
> My script ends with this error message:
> #########################
> Error in dev.print(png, file = AbsGraphFileName, width = Width, height =
> Height, :
>
> can only print from screen device
>
> Execution halted
> #########################
>
> I can not find how to work around this problem in the R2HTML manual or
> the help archives.
>
> Has anybody done a similar thing before?...
2008 Dec 31
3
Paste in a FOR loop
...or(group in 1:3){
paste("summary(z.out.", group, sep = "")
paste("summary(s.out.", group, sep = "")
paste("s.out.",group,"$qi$ev", sep = "")
HTMLplot()
}
HTMLStop()
Which returns the error
Error in dev.print(device = png, file = AbsGraphFileName, width = Width, :
no device to print from
Can anyone offer some advise here?
Mike
[[alternative HTML version deleted]]