View source: R/dm.na.interpolation.R
| plot_dm_gaps | R Documentation |
Plot detected gaps in dendrometer data
plot_dm_gaps(x, series = NULL, empty_gaps = c("plot", "error"))
x |
Object returned by |
series |
Optional character vector of series names to plot. |
empty_gaps |
Character. Behavior when no gaps are present:
|
A ggplot2 object.
#res <- dm.na.interpolation(nepa17[1:1000, ], resolution = 60)
#plot_dm_gaps(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.