hist.kdetrees: Create a histogram of tree density estimates

Description Usage Arguments Value Author(s) Examples

View source: R/util.R

Description

Create a histogram of tree density estimates

Usage

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

Arguments

x

kdetrees object to plot

...

additional arguments passed to ggplot

Value

a ggplot object

Author(s)

Grady Weyenberg

Examples

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

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