View source: R/dm.na.interpolation.R
| plot_dm_assessment | R Documentation |
Plot interpolation assessment metrics
plot_dm_assessment(x, metric = "MdAPE", series = NULL, facet = TRUE)
x |
Object returned by |
metric |
Character. One of:
|
series |
Optional character vector of series names to plot. |
facet |
Logical. If |
A ggplot2 object.
#res <- dm.na.interpolation(
# nepa17[1:1000, ],
# resolution = 60,
# fill = TRUE,
# method = "seasonal",
# assess = TRUE
#)
#plot_dm_assessment(res, metric = "MdAPE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.