README.md

RplotterPkg

This R computer language package contains a number of plotting routines that functionalize many of the geom's contained in the ggplot2 package. Demonstrations are provided in showing how the functions can assist in statistical plotting for everyday use.

To install RplotterPkg enter the following command lines from an R console:

install.packages("devtools")
devtools::install_github("deandevl/RplotterPkg")

In your R application file include the package:

library(RplotterPkg)


deandevl/RplotterPkg documentation built on Feb. 1, 2024, 8:02 p.m.