fill_plot {dendrometeR} | R Documentation |
Plot gap-filled dendrometer series
Description
The function creates a plot with gap-filled and original dendrometer series.
Usage
fill_plot(dm.data, dm.gpf, sensor = 1, year = NULL,
period = NULL)
Arguments
dm.data |
a |
dm.gpf |
a |
sensor |
a |
year |
a |
period |
a |
Details
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.
Value
Plot.
Author(s)
Olivier Bouriaud, Ernst van der Maaten and Marieke van der Maaten-Theunissen.
Examples
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))