View source: R/dm.na.interpolation.R
| plot_dm_interpolation | R Documentation |
Plot original and interpolated dendrometer series
plot_dm_interpolation(
x,
original = NULL,
series = NULL,
start = NULL,
end = NULL,
free_y = TRUE,
ncol = 1
)
x |
Object returned by |
original |
Optional original input data frame used in
|
series |
Optional character vector of series names to plot. |
start |
Optional start datetime for plotting subset. |
end |
Optional end datetime for plotting subset. |
free_y |
Logical. If |
ncol |
Integer. Number of facet columns. |
A ggplot2 object.
#res <- dm.na.interpolation(
# nepa17[1:1000, ],
# resolution = 60,
# fill = TRUE,
# method = "spline"
#)
#plot_dm_interpolation(res, original = nepa17[1:1000, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.