Description
Suite of Functions to Help Get Plot Elements Exactly Where You Want Them.
Description
Provides a selection of tools that make it easier to place elements onto a (base R) plot exactly where you want them. It allows users to identify points and distances on a plot in terms of inches, pixels, margin lines, data units, and proportions of the plotting space, all in a manner more simple than manipulating par().
README.md
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 in vignettes/Overview.Rmd.
Installation
## Install the development version from GitHub:
## install.packages("devtools")
devtools::install_github("rntq472/precisePlacement")