Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T10:10:34.000Z (over 1 year ago)
- Last Synced: 2024-10-12T23:39:50.559Z (about 1 month ago)
- Topics: lattice, linear-models, plotting, r, time-series
- Language: R
- Homepage: https://jolars.github.io/tactile/
- Size: 4.09 MB
- Stars: 7
- Watchers: 4
- 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
---[![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.