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

Description Usage Arguments Value Author(s) Examples

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, outgroup="Tt")
plot(result)

grady/kdetrees documentation built on May 17, 2019, 8:01 a.m.