R/bubbleplot-package.R

#' @docType package
#'
#' @name bubbleplot-package
#'
#' @title Bubble Plot, a Scatter Plot with Varying Symbol Sizes and Colors
#'
#' @description
#' Draw a bubble plot, a scatterplot with varying symbol sizes and colors, or
#' add points to existing plots. A variety of input formats are supported,
#' including vectors, matrices, data frames, formulas, etc.
#'
#' @details
#' \emph{Plot:}
#' \tabular{ll}{
#'   \code{\link{bubbleplot}} \tab Bubble plot\cr
#' }
#' \emph{Examples:}
#' \tabular{ll}{
#'   \code{\link{catch.d}} \tab Catch at age data frame\cr
#'   \code{\link{catch.m}} \tab Catch at age matrix\cr
#'   \code{\link{catch.r}} \tab Catch at age residuals
#' }
#'
#' @author Arni Magnusson.

NA
arni-magnusson/bubbleplot documentation built on March 28, 2022, 12:11 a.m.