plot_defol {dfoliatR} | R Documentation |
Produce a Gantt plot of individual tree-ring series to show defoliation events in time
Description
Produce a Gantt plot of individual tree-ring series to show defoliation events in time
Usage
plot_defol(x, breaks)
Arguments
x |
a |
breaks |
a vector length two providing threshold (negative) |
Examples
data("dmj_defol")
plot_defol(dmj_defol)
## Change the values severity classes
plot_defol(dmj_defol, breaks = c(-1.0, -0.5))
[Package dfoliatR version 0.3.0 Index]