R/precisePlacement.R

##' Suite of Functions To Get Plot Elements Exactly Where You Want Them
##' 
##' This package 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(). It helps users identify where
##' exactly the margin lines of a plot fall and to create sub-figures.
##' 
##' @author Jasper Watson
##' 
##' @import graphics
##' @import grDevices
##' 
##' @name precisePlacement
##' 
##' @docType package
##' 
##
NULL

Try the precisePlacement package in your browser

Any scripts or data that you put into this service are public.

precisePlacement documentation built on June 15, 2021, 9:09 a.m.