sideBySideIndexPlot {fit.models} | R Documentation |
Comparison Index (Time) Plot
Description
Produces side-by-side index (time) plots.
Usage
sideBySideIndexPlot(x, fun, level = 0.95, id.n = 3, ...)
Arguments
x |
a |
fun |
a function to extract the desired quantity from |
level |
a numeric value between 0 and 1 specifying the confidence level used to draw the threshold in the plot. |
id.n |
a non-negative integer value specifying the number of extreme points to identify. |
... |
any additional arguments are passed to
|
Value
the trellis
object is invisibly returned.
[Package fit.models version 0.64 Index]