R/ET.R

#' ET
#'
#' \code{ET} package
#'
#' MODELING ET AT VARIABLE TEMPORAL AND SPATIAL SCALES
#'
#' See the README on
#'
#' @docType package
#' @name ET
#'
#'@importFrom graphics axis par plot text
#'@importFrom grDevices dev.off png
#'@importFrom stats aggregate complete.cases lm pf sd
#'@importFrom utils write.csv head tail
#'@importFrom readxl read_excel



NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
#if(getRversion() >= "2.15.1")  { utils::globalVariables(c("sd", "lm", "pf", "png", "par", )
#}
mikejohnson51/ET documentation built on May 5, 2019, 12:31 p.m.