R/names.R

Defines functions names.PredictiveModelList names.PredictionList names.PerformanceList names.ExpVarRasterList

#' @export
names.ExpVarRasterList = function(x) x@names

#' @export
names.PerformanceList = function(x) x@labels

#' @export
names.PredictionList = function(x) x@labels

#' @export
names.PredictiveModelList = function(x) x@labels

## setMethod("names", "ExpVarRasterList",
##           function(x) {
##               x@names
##           }
##           )
simonmoulds/r_lulcc documentation built on May 11, 2020, 12:56 p.m.