R/trend.r

#' @title XXX
#'
#' @description XXX
#'
#' @export
trend.f <- function(year,month,start.year=1958){
#Function to calculate 'trend' vector for time-series:
nyear=year-start.year
trend=month+nyear*12
trend
}
einarhjorleifsson/datrasr documentation built on May 16, 2019, 1:26 a.m.