plotError | R Documentation |
Function to generate a plot to visualize the absolute difference between the original time series and the interpolated time series under a specific gap structure. If more than one value of k
is selected, the resulting plot represents the average interpolation.
plotError(
OriginalData,
IntData,
GappyData,
d,
p,
g,
m,
output = "plot",
error_color = "black",
k = NULL,
alpha = 0.3
)
OriginalData |
|
IntData |
|
GappyData |
|
d |
|
p |
|
g |
|
m |
|
output |
|
error_color |
|
k |
|
alpha |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.