knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
## Install from CRAN: install.packages('precisePlacement') ## Install the development version from GitHub: ## install.packages("devtools") devtools::install_github("rntq472/precisePlacement")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.