search for: htmlplot

Displaying 6 results from an estimated 6 matches for "htmlplot".

2003 May 13
1
HTMLplot
can you explain how it works? I tried to do like the example but it doesn't work
2008 Dec 31
3
Paste in a FOR loop
...inute, (Which does work) is in the following: library(R2HTML) HTMLStart(outdir = file.path("C://Example_work","R_projects","Dynamic_creative"),filename = "RMDC_mockup",Title="Mock up for RMDC") summary(z.out.1) summary(s.out.1) hist(s.out.1$qi$ev) HTMLplot() . . . summary(z.out.3) summary(s.out.3) hist(s.out.3$qi$ev) HTMLplot() HTMLStop() This seemed a rather long winded way of doing things to me and a simple for loop should handle this, as later i want it to be dynamic for a number of groups so my new code is(not working): library(R2HTML) HTMLStar...
2011 Sep 21
1
Making ?source act as if it is run through the terminal
Hello dear R help, The motivation for my question is wanting to run HTMLStart {R2HTML package} from "source". *Background:* I was happy to discover the [ HTMLStart/HTMLStop, HTMLplot] functions in the R2HTML package. They allow my R code to run almost as is, but while writing most of the output (including the figures, when using HTMLplot) into an external HTML file. This method works rather well, but only when the script is running from the terminal. When I try using the code...
2003 Mar 31
2
Using R2HTML
...41),cex.names=0. 7) grid(nx=0,ny=NULL,lty=2) barplot(tab41[,3],main="...",ylab="",names.arg=rownames(tab41),cex.names=0.7 ) grid(nx=0,ny=NULL,lty=2) barplot(tab41[,4],main="...",ylab="giorni",names.arg=rownames(tab41),cex.nam es=0.7) grid(nx=0,ny=NULL,lty=2) 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 = AbsGraphFi...
2007 Jul 17
2
Combine R2HTML and Rcmd BATCH?
Hi All, I have an R script that spawns 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
2004 Apr 01
4
gray background on jpegs using dev.print()
When I try writing the current device to a jpeg file I keep getting a gray background for the jpeg images using dev.print. I have tried using the option bg="white" and bg="#FFFFFF" but neither seem to have any effect. If instead of writing to a screen device I open a jpeg device I can get any background color I want. This works, but I prefer to write to the screen and then