R/powers-package.r

#' Powers.
#'
#' This package was created for a STAT547 assignment to practice developing packages in R.
#' It contains two functions, log_10 and cube. These can be used to calculate the log base ten of and cubed values of a vector.
#' There is more detail about this package in the vignette file.
#'
#' @name Powers
#' @docType package
NULL
mlawre01/FirstRPackage1 documentation built on May 29, 2019, 12:05 p.m.