KdModelList-methods | R Documentation |
KdModelList
classesMethods for the KdModelList
classes
## S4 method for signature 'KdModelList'
summary(object)
## S4 method for signature 'KdModelList,ANY'
x[i, j = NULL, ..., drop = TRUE]
object , x |
An object of class |
i |
the index of item(s) to select |
j , drop , ... |
ignored |
Depends on the method.
KdModel
, KdModelList
# create a KdModelList :
data(SampleKdModel)
kml <- KdModelList( SampleKdModel, SampleKdModel, makeUnique=TRUE )
summary(kml)
kml[1] # returns a KdModelList
kml[[2]] # returns a KdModel
conservation(kml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.