Learn R Programming

kdetrees (version 0.1.2)

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

Description

Plot the unnormalized density estimates for each tree.

Usage

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

Arguments

x
kdetrees object to be plotted
...
additional arguments passed to ggplot

Value

  • a ggplot object

Examples

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

Run the code above in your browser using DataLab