Learn R Programming

kdetrees (version 0.1.2)

hist.kdetrees: Create a histogram of tree density estimates

Description

Create a histogram of tree density estimates

Usage

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

Arguments

x
kdetrees object to plot
...
additional arguments passed to ggplot

Value

  • a ggplot object

Examples

Run this code
fit <- kdetrees(apicomplexa,12,use.blen=TRUE)
hist(fit)

Run the code above in your browser using DataLab