Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/plot.accruedErrors.R
Plots errors in partially accruing data, optionally with quantiles of those errors superimposed.
1 2 3 |
x |
Object of the |
withSmoothing |
Logical. If |
quantiles |
A vector of quantiles to be plotted. |
quantileColors |
Colors to use for quantiles. |
... |
Parameters to pass to |
Produces a scatter plot of errors for each lag value, with the x-axis representing lag and the y-axis the error values. The x-value are jittered prior to plotting. If quantiles is specified, the corresponding quantiles of the errors will be superimposed on the plot.
None.
Julie Eaton and Ian Painter
accruedErrors,
data.accrued,
summary.accruedErrors
1 2 3 4 | data(accruedDataExample) # simulated accrued data
dat <- data.accrued(accruedDataExample)
errors <- accruedErrors(dat)
plot(errors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.