R/length.R

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

#' @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)
simonmoulds/r_lulcc documentation built on May 11, 2020, 12:56 p.m.