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 Byeongchan An
#' @note This package isn't actually meant to be serious. It's just for
#' learning purposes.
#'
#' @docType package
NULL
bcahn7/STAT547M-hw09-An-Byeongchan documentation built on May 20, 2019, 5:46 p.m.