R/names.R

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

#' @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
##           }
##           )

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.