Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jolars/tactile

New and Extended Plots, Methods, and Panel Functions for Lattice
https://github.com/jolars/tactile

lattice linear-models plotting r time-series

Last synced: about 2 months ago
JSON representation

New and Extended Plots, Methods, and Panel Functions for Lattice

Awesome Lists containing this project

README

        

---
output:
github_document:
html_preview: false
---

[![R-CMD-check](https://github.com/jolars/tactile/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jolars/tactile/actions/workflows/R-CMD-check.yaml)
[![Coverage status](https://app.codecov.io/github/jolars/tactile/branch/master/graph/badge.svg)](https://app.codecov.io/github/jolars/tactile?branch=master)
[![CRAN status](http://www.r-pkg.org/badges/version/tactile)](https://cran.r-project.org/package=tactile)

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# tactile

tactile is an R package that extends `lattice`.

## Installation

You can install the current stable release from CRAN with

```{r cran-installation, eval = FALSE}
install.packages("tactile")
```

or the development version from github by running

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("jolars/tactile")
```

## License

tactile is open source software, licensed under the GPL-3.