density.feat: Features kernel density
Description
Features kernel density
Usage
# S3 method for feat
density(x, type = "length", ...)
Arguments
type
a character string, denoting the value to compute
the density for. Currently the only valid types are "length"
and "score"
...
additional arguments to be passed to density
Value
A kernel density object as defined by density