KdModelList-methods: Methods for the 'KdModelList' classes

KdModelList-methodsR Documentation

Methods for the KdModelList classes

Description

Methods for the KdModelList classes

Usage

## S4 method for signature 'KdModelList'
summary(object)

## S4 method for signature 'KdModelList,ANY'
x[i, j = NULL, ..., drop = TRUE]

Arguments

object, x

An object of class KdModelList

i

the index of item(s) to select

j, drop, ...

ignored

Value

Depends on the method.

See Also

KdModel, KdModelList

Examples

# 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)

ETHZ-INS/scanMiR documentation built on April 16, 2024, noon