Learn R Programming

rphast (version 1.6.9)

density.feat: Features kernel density

Description

Features kernel density

Usage

# S3 method for feat
density(x, type = "length", ...)

Arguments

x

An object of type feat

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