search for: xtablegallery

Displaying 9 results from an estimated 9 matches for "xtablegallery".

2016 Apr 26
1
Issue while building xtable on R on Ubuntu 15.04
...39;--no-vignettes '* checking for file 'xtable/DESCRIPTION' ... OK * this is package 'xtable' version '1.8-2' * checking package namespace information ... OK * checking package dependencies ...Error in .build_vignette_index(vigns) : In 'inst' vignettes 'xtableGallery.Rnw' and 'xtableGallery.snw' have the same vignette name Can someone please help me regarding the same. Regards Zaid Golwala DISCLAIMER\ ==========\ This e-mail ...{{dropped:18}}
2009 Sep 27
2
xtable - how to add a "sum of values in a row" column?
Hi, I saw this example for 2.10 Time series in the xtable gallery documentation. http://cran.r-project.org/web/packages/xtable/vignettes/xtableGallery.pdf How would I add a column at the end "Total" which sums the row, with minimal changes to the code below? Thanks in advance. - Ken 2.10 Time series > temp.ts <- ts(cumsum(1 + round(rnorm(100), 0)), start = c(1954, + 7), frequency = 12) > temp.table <- xtable(temp.ts, di...
2016 Apr 06
0
Issue while building xtable on R on Ubuntu 15.04
...39;--no-vignettes '* checking for file 'xtable/DESCRIPTION' ... OK * this is package 'xtable' version '1.8-2' * checking package namespace information ... OK * checking package dependencies ...Error in .build_vignette_index(vigns) : In 'inst' vignettes 'xtableGallery.Rnw' and 'xtableGallery.snw' have the same vignette name Can someone please help me regarding the same. Regards Zaid Golwala DISCLAIMER\ ==========\ This e-mail ...{{dropped:14}}
2016 Sep 09
2
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
...pgina nueva La solucin que coment jos Antonio requiere que en el documento header.tex se incluya la linea: | ||\usepackage{rotating} | Que, por otro lado, es lo que le faltaba al documento que haba presentado antes para poder funcionar. https://cran.r-project.org/web/packages/xtable/vignettes/xtableGallery.pdf (pag. 25) As qued el chunk |```{r results='asis'}|| library(xtable) ||x <- xtable(|| || la.tabla.ancha, caption = "La tablota (2)"|| || )|| ||options(xtable.comment = FALSE)|| ||print(x, floating = TRUE,|| || floating.environment = "sidewaystable&qu...
2015 Dec 28
2
Tablas de contingencia en latex
? Buenas tardes, os pido ayuda sobre el siguiente tema. Tengo interes en mostrar informes con Sweave/Latex y para ello genero tablas con xtable. Sin embargo muestra la tabla al completo cuando lo que deseo es agrupar las celdas con el mismo dato para dar claridad a la tabla. La salida de xtable me genera: [image: Imágenes integradas 3] Para dar claridad lo he intentado con latex(tabular())
2016 Sep 08
3
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
Buenas a todos. No me queda del todo claro si éste es el foro en el que preguntar o debería ser otro, ya que incluye cosas que van más allá de R. Sepan disculpar si me estoy excediendo. Estoy trabajando con RStudio y quiero generar un documento de salida en PDF; en ese documento tengo bastantes tablas anchas que no entran usando knitr::kable(la.tabla.ancha) Sí salen perfectamente en HTML
2009 Jul 28
4
storing output in html or pdf table format.
Hi every one, Thanks for every one who are all supporting to us. we want some clarification on output in R. I have generated summary statistics output for dataset (E.g. sales) in output window. Now i want to store that output in a html or pdf in a table format. if possible can any one provide code for this one. Thanks in advance. -- View this message in context:
2018 May 24
2
Tabla dinamica R
Hola! Solicito ayuda con un data frame relativamente grande ¿? del cual necesito generar una tabla dinámica a la manera excel. Si me pueden referenciar algún comando, paquete, pagina web y/o cualquier ayuda que me puedan dar será muy bienvenida. Lo que tengo que hacer es pasar de algo así: NombreMunicipio NombreProvincia Categoria idMedicamento CodMedicamento CodMedicamentoOL UnidadesEnvSec
2008 Oct 11
6
Sweave-LaTEX question
Hi: I am working on a publication and I have heard about LaTEX but I haven't actually tried to learn about it until today. I've found a few examples but I can't actually make them work properly. I have a couple of questions: Does LATEX have to be installed on your computer? How does the xtable package and Sweave work together? How can I make the code below create a table as pdf file?