R/powers-package.r

#' Convenient Computation of Powers
#'
#' Are you tired of using the power operator, \code{^} or \code{**} in R?
#' Use this package to call functions that apply common powers
#' to your vectors.
#'
#' @name powers
#' @author Amanda Cheung
#' @note This package isn't actually meant to be serious. It's just for
#' homework purposes.
#' @docType package
NULL
cheungamanda/powers documentation built on May 29, 2019, noon