From: arnima Date: Tue, 30 Sep 2014 17:15:18 +0000 (+0000) Subject: Vignette: use 'anova(fm3)' rather than 'money' in centering example X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a75a8a2334cdd56677b25560a030f7df15f6809;p=xtable.git Vignette: use 'anova(fm3)' rather than 'money' in centering example git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@62 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/pkg/vignettes/xtableGallery.Rnw b/pkg/vignettes/xtableGallery.Rnw index 4451b0e..b2132a7 100644 --- a/pkg/vignettes/xtableGallery.Rnw +++ b/pkg/vignettes/xtableGallery.Rnw @@ -207,9 +207,9 @@ print(xtable(money), sanitize.rownames.function = function(x) {x}) \section{Format examples} \subsection{Adding a centering environment} <>= -print(xtable(money, caption = "\\tt latex.environments = \"\""), +print(xtable(anova(fm3), caption = "\\tt latex.environments = \"\""), floating = TRUE, latex.environments = "") -print(xtable(money, caption = "\\tt latex.environments = \"center\""), +print(xtable(anova(fm3), caption = "\\tt latex.environments = \"center\""), floating = TRUE, latex.environments = "center") @