search for: htmlstart

Displaying 16 results from an estimated 16 matches for "htmlstart".

2010 Jun 05
2
R2HTML problem
Im developing an application with R and Gtk+. It's just a simple GUI which helps new users to interactuate with R. Thing is, when you do a statistical analysis, I also want to provide a HTML report, but HTMLStart doesnt work propperly when executing from TinnR. It does create the file but not empty, I've tried some examples from different websites, and it's always the same.. it works if I execute it from the R prompt, but doesnt when it comes to execute it from TinnR. So, any ideas? Im trying to div...
2008 Sep 23
2
R2HTML: output from for-loops
Hi, I am trying to prepare a report with R2HTML using HTMLStart(outdir="./html", filename="report", echo=T, HTMLframe=F) then, for instance, I want to get the output of a loop: for (i in 1:20) print(summary(rnorm(1000))) but only the first of summaries really ends up in the html file. What am I doing wrongly? Thanks, Werner __________...
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...
2008 Dec 31
3
Paste in a FOR loop
Hi All, I've been having a little trouble using R2HTML and a loop, but can't figure out where the problem lies, any hints gratefully received. My code at the minute, (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) H...
2003 Mar 31
2
Using R2HTML
Hello, I''m using R2HTML library to make a HTML page output (both data frames and graphics): HTMLStart(outdir=paste(getwd(),"/prove html", sep = ""),filename="index", echo = F, HTMLframe = T, withprompt = "HTML> ", CSSFile = "R2HTML.CSS", Title = "Indici di attivit?") ... barplot(tab41[,2],main="...",ylab="%",names.a...
2010 Jan 03
3
R2HTML Report number format, or Better Way?
...9382 0.9582 RES V 4003 155 0.9763 16.51 1.091 0.9499 0.9943 OTHER 1542 10 0.8367 82.35 1.253 0.4759 2.2293 COM I 1711 26 0.9521 26.01 1.102 0.7811 0.9789 COM 9 1 0.9313 0.00 1.000 0.0000 0.0000 library(R2HTML) HTMLStart(outdir="c:/R/reports", file="myreport1", extension="html", echo=FALSE, HTMLframe=TRUE) HTML(srtype) HTMLhr() HTMLStop() Par Sal Median COD PRD LowerCI UpperCI RES I 9683.00 578.00 0.95 29.69 1.19 0.94 0.96 RES V...
2013 Feb 16
1
odd behavior within R2HTML
...I 86.2 C IV 88.0 C V 93.4 C VI 82.5 D I 89.5 D II 85.6 D III 87.4 D IV 78.9 D V 90.7 D VI And here are the commands: > resin1.df <- read.table("resin1.txt",header=TRUE) > #set up R-B anova > resin1.aov <- aov(resp ~ trt + block, data=resin1.df) > library(R2HTML + ) > HTMLStart(outdir=getwd(),file="resin2",echo=TRUE) *** Output redirected to directory: c:/R64/R-2.15.2/bin/x64 *** Use HTMLStop() to end redirection.[1] TRUE HTML> library(effects) Loading required package: lattice Loading required package: grid Loading required package: MASS Loading required...
2004 Apr 21
0
R2HTML update
..."traffic highlighting" (colours). - Added a Sweave driver (for Friedrich Leisch wonderfull Sweave tool) which allows to include R code within complex HTML files and to replace this code by it's outputs (objects in HTML and graphs in png). Comes with sample files. - Dynamic use with HTMLStart() has a new option 'autobrowse' which auto-refresh (callls) the browser each time a command is processed. DESCRIPTION: Package: R2HTML Version: 1.3 Title: HTML exportation for R objects Author: Eric Lecoutre <lecoutre at stat.ucl.ac.be> Maintainer: Eric Lecoutre <lecoutre at stat...
2004 Apr 21
0
R2HTML update
..."traffic highlighting" (colours). - Added a Sweave driver (for Friedrich Leisch wonderfull Sweave tool) which allows to include R code within complex HTML files and to replace this code by it's outputs (objects in HTML and graphs in png). Comes with sample files. - Dynamic use with HTMLStart() has a new option 'autobrowse' which auto-refresh (callls) the browser each time a command is processed. DESCRIPTION: Package: R2HTML Version: 1.3 Title: HTML exportation for R objects Author: Eric Lecoutre <lecoutre at stat.ucl.ac.be> Maintainer: Eric Lecoutre <lecoutre at stat...
2009 Apr 02
0
multiple annotations on a heatmap
...more sophisticated way to annotate heatmaps than the ColSideColors argument of heatmap and heatmap.2? In particular, I would like to be able to annotate columns with more than one piece of information, like in Figure 1 of the article at http://www3.interscience.wiley.com/cgi-bin/fulltext/117905619/HTMLSTART / doi:10.1002/hep.22256. Some example data and a heatmap: set.seed(1) y <- matrix(rnorm(100),nrow=20,ncol=5) colnames(x) <- LETTERS[1:5] rownames(x) <- paste("r",1:20,sep="") set.seed(1) annotation <- matrix(sample(c("+","-"),15,replace=TRUE),nc...
2010 Aug 01
2
R2HTML giving "NULL" in output
...I am using R 2.11.1 and R2HTML 2.1. I am able to write output to an HTML file but after every line of output I get a line saying NULL. R2HTML seems to be including <p class='character'>NULL</p> after each entry. Here is an example of my R code and the source of the HTML... HTMLStart(outdir=OutPath, file="M1000.Report", extension="html", echo=F, HTMLframe=F) HTML.title("Variation in Elite Male Track Cyclists 2005-06: 1000m TT", HR=1) # Main Title HTML.title("Data Exploration", HR=2) # Secondary Title HTML.title("Summary Tables&quo...
2013 Jan 09
1
R2html and Blackboard LMS : solved
Everything is ok on Firefox, IE, and iPad. Thanks, Erin On Tue, Jan 8, 2013 at 7:58 PM, Erin Hodgess <erinm.hodgess at gmail.com> wrote: > Dear R People: > > Has anyone used R2HTML in web files that were on the Blackboard LMS, please? > > I'm starting to do these but wanted to know if there were any > potential pitfalls. > > Thanks, > Erin > > > --
2008 Dec 18
1
R2HTML and output from a function
Dear list, I am trying to construct a report function that would go through all the object in the current environment and print them in HTML form. What I have got is: dataReport <- function(){ #First tables tabs <- ls(sys.frame(), pattern=".*table") for(currT in tabs){ cat("\n\n") print(currT) if(length(dim(get(currT))) > 2){ #We have to use ftable
2008 May 19
2
Log or diary file
Hi! Is it possible to set a file to which both commands and output would get automatically saved? I've tried with sink(), but only get the output. I mean something like a combined history and sink, as you get with File/Save to File.. in the windows GUI. Tis is done with diary filename in Matlab, and you can state diary on and diary off to control what is being saved to the file. Thanks Agus
2009 Jun 06
6
Journal Articles that Have Used R
Is there a way to get a reference list of journal articles that have used R? I am just looking for some examples of R graphs and presentation of results where R was used to generate the results. Thanks for any feedback and insights.
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a number of different suggestions. With hindsight, I must admit I have not been quite clear, so additional (somewhat lengthy) explanation is needed. I want to use R in an introductory course on multiple regression (among other things) starting in two weeks time for students of psychology at my University. These students