| SDMmodelCV-class | R Documentation |
This Class represents an SDMmodel model object with replicates and hosts all the models trained during the cross validation.
## S4 method for signature 'SDMmodelCV'
show(object)
object |
SDMmodelCV object |
modelslist. A list containing all the models trained during the cross validation.
dataSWD object. Full dataset used to make the partitions.
foldslist with two matrices, the first for the training and the second
for the testing dataset. Each column of one matrix represents a fold with
TRUE for the locations included in and FALSE excluded from the partition.
Sergio Vignali
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.