#' @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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.