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 Ryan Dwyer
#' @note This package isn't actually meant to be serious. It's just for
#' teaching purposes.
#' @docType package
NULL
rdwyer2/powers documentation built on May 29, 2019, 12:16 p.m.