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

precisePlacement

The precisePlacement package provides a suite of helper functions for use with base R plots. It is aimed at helping users identify specific points on a plot and getting elements exactly where they want them.

An overview of the package can be found on CRAN or in vignettes/Overview.Rmd.

Installation

## Install from CRAN:
install.packages('precisePlacement')

## Install the development version from GitHub:
## install.packages("devtools")
devtools::install_github("rntq472/precisePlacement")


rntq472/precisePlacement documentation built on Dec. 22, 2021, 5:12 p.m.