KdModelList-class | R Documentation |
KdModelList
KdModelList(..., description = NULL, makeUnique = FALSE)
... |
Any number of |
description |
A description for the collection. |
makeUnique |
Logical; whether to rename models if names are duplicated. |
A KdModelList
data(SampleKdModel)
mods <- KdModelList(SampleKdModel, SampleKdModel, makeUnique = TRUE)
mods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.