knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

plotrix

R-CMD-check

plotrix is an R package that provides many plotting, labeling, and axis & color scaling functions.

Installation

You can install the current release of plotrix from CRAN with:

install.packages("plotrix")

You can install the development version of plotrix from GitHub with:

# install.packages("devtools")
devtools::install_github("plotrix/plotrix")

Authors

The original author and maintainer of plotrix, Jim Lemon, passed away in September 2023.

Currently it is being maintained by Duncan Murdoch. Please submit bug reports to https://github.com/plotrix/plotrix/issues.

authors <- eval(parse(text = packageDescription("plotrix")$Authors))

keep <- sapply(authors, function(a) !any((c("aut", "cre") %in% a$role)))

Other contributors include:

r paste(authors[keep], collapse=", \n").



plotrix/plotrix documentation built on Feb. 19, 2024, 8:16 a.m.