Learn R Programming

⚠️There's a newer version (1.0-45) of this package.Take me there.

microplot (version 1.0-16)

R Graphics as Microplots (Sparklines) in 'LaTeX', 'HTML', 'Excel'

Description

Prepare lists of R graphics files to be used as microplots (sparklines) in tables in either 'LaTeX', 'HTML', or 'Excel' files. For 'LaTeX', use the 'Hmisc::latex' function or 'xtable::xtable' function with 'Sweave', 'knitr', 'rmarkdown', or 'Emacs' 'org-mode' to construct 'latex' tabular environments which include the graphs. For 'HTML' files, use either 'Emacs' 'org-mode' or the 'htmlTable::htmlTable' function to construct an 'HTML' file containing tables which include the graphs. For 'Excel' use on 'Windows', the file 'examples/irisExcel.xls' includes 'VBA' code which brings the individual panels into individual cells in the spreadsheet. Examples in the 'examples' subdirectory and demos are shown with 'lattice' graphics, 'base' graphics, and 'ggplot2' graphics. Examples for 'LaTeX' include 'Sweave' (both 'LaTeX'-style and 'Noweb'-style), 'knitr', 'emacs' 'org-mode', and 'rmarkdown' input files and their 'pdf' output files. Examples for 'HTML' include 'org-mode' and 'Rmd' input files and their webarchive 'HTML' output files. In addition, the 'as.orgtable' function can display a 'data.frame' in an 'org-mode' document.

Copy Link

Version

Install

install.packages('microplot')

Monthly Downloads

799

Version

1.0-16

License

GPL (>= 2)

Maintainer

Richard Heiberger

Last Published

January 19th, 2017

Functions in microplot (1.0-16)

as.orgfile

Place a filename or filepath in the format used by org-mode
latexCheckOptions

Check whether the options for latex functions have been specified.
layoutCollapse

Set the lattice par.settings to remove all marginal space.
as.includegraphics

Convert a filename into a complete LaTeX includegraphics command. This is useful for pdf, png, and jpeg files that are recognized by the LaTeX includegraphics macro in the graphicx package when used with the pdflatex command. This is useful for bmp and tiff files that are recognized by the LaTeX includegraphics macro in the graphicx package when used with the latex command.
microplot-package

microplot
theme_collapse

Set the ggplot2 theme to remove all marginal space.
as.htmlimg

Place a filename or filepath in the format used by HTML
as.orgtable

Prepare a matrix or data.frame to be used as an org-mode table