R/nyears.R

Defines functions nyears

Documented in nyears

#' @describeIn ncells count years
#' @export
nyears <- function(x) {
  return(dim(x)[2])
}

Try the magclass package in your browser

Any scripts or data that you put into this service are public.

magclass documentation built on July 9, 2023, 7:03 p.m.