fill_plot | R Documentation |
The function creates a plot with gap-filled and original dendrometer series.
fill_plot(dm.data, dm.gpf, sensor = 1, year = NULL,
period = NULL)
dm.data |
a |
dm.gpf |
a |
sensor |
a |
year |
a |
period |
a |
The function creates a plot showing the gap-filling results for a single dendrometer series over a specified time window. Although the function is intended to plot short time periods (within a growing season), it can plot two calendar years at maximum (e.g., 2014-2015), thereby allowing the visualization of a complete growing season at the Southern Hemisphere as well.
Plot.
Olivier Bouriaud, Ernst van der Maaten and Marieke van der Maaten-Theunissen.
data(dmCD)
## creating some artificial gaps (for demonstration purposes):
dmCD[c(873:877,985:990),1] <- NA
dm.gpf <- fill_gaps(dmCD, Hz = 0.01)
fill_plot(dmCD, dm.gpf, period = c(137,144))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.