Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leeper/sparktex
Generate LaTeX sparklines in R
https://github.com/leeper/sparktex
Last synced: about 1 month ago
JSON representation
Generate LaTeX sparklines in R
- Host: GitHub
- URL: https://github.com/leeper/sparktex
- Owner: leeper
- Created: 2013-06-09T23:33:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T12:30:33.000Z (about 7 years ago)
- Last Synced: 2024-08-02T06:03:27.927Z (3 months ago)
- Language: R
- Homepage: http://cloud.r-project.org/package=sparktex
- Size: 101 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Generate LaTeX sparklines in R
The **sparktex** package, [available on CRAN](http://cran.r-project.org/web/packages/sparktex/index.html), provides functionality to generate LaTeX [sparklines](http://en.wikipedia.org/wiki/Sparkline), a high-density graphical display generally attributed to information designer [Edward Tufte](http://www.edwardtufte.com/tufte/). The package converts R data to LaTeX syntax for use with the LaTeX [sparklines package](http://www.ctan.org/pkg/sparklines).
The package can produce both sparklines and "sparkspikes" (sparkline-like barplots) that can be placed directly as in-line text or in table and figure environments. The display of these plots is highly customizable and the package documentation includes numerous examples.
Note: Due to dependency on the sparklines LaTeX package, **sparktex** can only produce output for PDF output.
[![Build Status](https://travis-ci.org/leeper/sparktex.svg?branch=master)](https://travis-ci.org/leeper/sparktex)