search for: stopr

Displaying 2 results from an estimated 2 matches for "stopr".

Did you mean: stop
2006 Jun 16
1
R in ConTeXt
...x vs .rnw and .tex), while a drawback is speed, since each code snippet is evaluated in its own R session with associated startup time. Below is a small example of usage \usemodule[r] \starttext \title{Example usage of R module} \startRhidden rm(list=ls()) x <- rnorm(100) y <- runif(100) \stopRhidden \type{x} and \type{y} are randomly generated. \startR summary(lm(y~x)) pdf("xy.pdf") plot(y~x) dev.off() \stopR \placefigure{Y vs X}{\externalfigure[xy][width=.4\textwidth]} \stoptext Regards, Johan -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m...
2006 May 24
1
Problem with Statistics::R Save plots
[This email is either empty or too large to be displayed at this time]