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: 10 months ago
JSON representation
New and Extended Plots, Methods, and Panel Functions for Lattice
- Host: GitHub
- URL: https://github.com/jolars/tactile
- Owner: jolars
- License: other
- Created: 2017-04-26T05:20:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T10:10:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T12:04:24.301Z (11 months ago)
- Topics: lattice, linear-models, plotting, r, time-series
- Language: R
- Homepage: https://jolars.github.io/tactile/
- Size: 4.09 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output:
github_document:
html_preview: false
---
[](https://github.com/jolars/tactile/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/github/jolars/tactile?branch=master)
[](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.