Re: [R] Non-linear fit?

2015-11-25 Thread Ulises M. Alvarez
? I have less than 1000 data points. Can this problem be somehow coerced into a linear fit? ... judson blake You may take a look at the nlme library. -- Ulises M. Alvarez http://sophie.unam.mx/ __ R-help@r

Re: [R] xtable caption knitr

2015-02-24 Thread Ulises M. Alvarez
t <- xtable(df, caption = variableName) wich is what I really want it retuns a pandoc error Hello: It is, indeed, the underscore in the variable name. You should define it as: variableName <- c("V03\\_1") And now: t <- xtable(df, caption = variableName) print(t, capt

Re: [R] Can't plot transparency images in R-3.1.0

2014-04-25 Thread Ulises M. Alvarez
packages: # [1] ggplot2_0.9.3.1 -- Ulises M. Alvarez http://sophie.unam.mx/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented

Re: [R] how to label two figures in the same chunk independently with knitr

2013-01-08 Thread Ulises M. Alvarez
it is possible to give them different captions. Hi: You may use, main = " ", within each plot; or take a look at the LaTeX package, subcaption: http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Subfloats -- Ulises M. Alvarez http://soph

Re: [R] tikzDevice not available

2012-08-15 Thread Ulises M. Alvarez
this: how to install a package from a non-zipped folder Hi: I don't know whether or not it's possible to install from a non-zipped folder, but the tikzDevice may be found at: http://cran.r-project.org/src/contrib/Archive/tikzDevice/ -- Ulises M. Alvarez http://soph

[R] Rmpfr question

2010-10-16 Thread Ulises M. Alvarez
ts graphics grDevices utils datasets methods base other attached packages: [1] Rmpfr_0.2-3 loaded via a namespace (and not attached): [1] tools_2.11.1 (Have also tried with R on Linux boxes without success) -- Ulises M. Alvarez http://www.fata.unam.mx/ _