R/vayr-package.R

#' Extensions for 'ggplot2' to Visualize as You Randomize
#'
#' @family Package
#'
#' @name vayr
#'
#' @description
#' Position adjustments for 'ggplot2' to implement "visualize as you randomize" principles,
#' which can be especially useful when plotting experimental data.
#'
#' @details
#' The 'vayr' package provides 'ggplot2' extensions that foster "visualize as you randomize" principles.
#' These principles should guide the visualization of experimental data.
#' Thus far, the package includes position adjustments to avoid over-plotting, facilitating plotting in "data-space."
#' The 'vayr' paper is here: https://alexandercoppock.com/coppock_2020.pdf.
#'
"_PACKAGE"

## usethis namespace: start
#' @importFrom packcircles circleProgressiveLayout
## usethis namespace: end
NULL

Try the vayr package in your browser

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

vayr documentation built on April 16, 2025, 1:11 a.m.