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
#' and transformations to your vectors.
#'
#' There are four functions in this package: Box_Cox(), log(), square(), cube().
#'
#' This package works only for numerical inputs.
#'
#' @name powers
#' @author Qinxin Lin
#' @note This package is for learning purpose.
#' @docType package
NULL
QinxinLin/powers documentation built on May 24, 2019, 7:53 a.m.