plot.kdetrees: Plot the unnormalized density estimates for each tree.

Description Usage Arguments Value Author(s) Examples

View source: R/util.R

Description

Plot the unnormalized density estimates for each tree.

Usage

1
2
## S3 method for class 'kdetrees'
plot(x, ...)

Arguments

x

kdetrees object to be plotted

...

additional arguments passed to ggplot

Value

a ggplot object

Author(s)

Grady Weyenberg

Examples

1
2
result <- kdetrees(apicomplexa)
plot(result)

kdetrees documentation built on May 1, 2019, 9:35 p.m.