R/length.R

Defines functions length.PredictiveModelList length.ExpVarRasterStack length.PredictionList length.PerformanceList

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

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

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

#' @export
length.PredictiveModelList = function(x) length(x@models)
simonmoulds/lulcc2 documentation built on Dec. 23, 2021, 2:24 a.m.