R/rplotfriend.R

#' rplotfriend
#' 
#' Package with some plotting functions to  help make aesthetically pleasing plots.
#'
#' Plotting functions use gggplot, gtable, and grid packages.  Includes functions for making heatmaps, aligning multiple distinct plots, formatting numbers, and manipulating legends.
#' @author Alicia Schep
#' @docType package
#' @import ggplot2 stats
#' @seealso \code{\link{align_plots_vert}}, \code{\link{align_plots_hor}}, \code{\link{plot_custom_grid}}, 
#' \code{\link{ggheatmap}}, \code{\link{pub_theme}}, \code{\link{pretty_scientific}}, \code{\link{get_legend}}, \code{\link{add_legend}}
#' @name rplotfriend
NULL
AliciaSchep/rplotfriend documentation built on May 5, 2019, 4:54 a.m.