plot_defol | R Documentation |
Produce a Gantt plot of individual tree-ring series to show defoliation events in time
plot_defol(x, breaks)
x |
a |
breaks |
a vector length two providing threshold (negative) |
data("dmj_defol")
plot_defol(dmj_defol)
## Change the values severity classes
plot_defol(dmj_defol, breaks = c(-1.0, -0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.