R/length.R

Defines functions length.PerformanceList length.PredictionList length.ExpVarRasterList length.PredictiveModelList

#' @export
length.PerformanceList = function(x) length(x@performance)

#' @export
length.PredictionList = function(x) length(x@prediction)

#' @export
length.ExpVarRasterList = function(x) length(x@maps)

#' @export
length.PredictiveModelList = function(x) length(x@models)

Try the lulcc package in your browser

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

lulcc documentation built on May 1, 2019, 7:05 p.m.