Description Usage Arguments Examples
Plots the interpolating curve along the interval data. By default, also plots confidence bands
1 2 3 4 |
x |
an object of class interv_fit |
... |
any graphical parameter to be used for plotting |
from, to |
limits of the plotting window of time. By default, it plots the window corresponding to first 20 time intervals, or the whole series if it is shorter. A warning will be raised if a part of the series is omitted. By setting these parameters, it is possible to plot a window of any lenght, but windows too wide will make the graph too dense |
points |
integer, the number of points in which to evaluate the curve |
plot_bands |
logical; if TRUE, confidence bands are plotted. Default is TRUE |
sigma2 |
it is possible to fix scale parameter for confidence bands. If
|
col_means |
color for interval observed integrals |
col_line |
color for interpolating curve |
col_bands |
color for the region inside confidence bands. Default uses transparency |
1 2 3 | M= c(0, 1, -1, 2, 4)
mod= interv_fit(M)
plot(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.