plot.spline.correlog {ncf}R Documentation

Plots spline correlograms

Description

`plot' method for class "spline.correlog".

Usage

    ## S3 method for class 'spline.correlog':
    plot(x, xmax = 0, text = TRUE, ...)

Arguments

x an object of class "spline.correlograms", usually, as a result of a call to spline.correlog.
xmax The maximal distance to be plotted on the x-axis. If set to zero the maximum distance in the data will be used.
text if TRUE the y-label summarizes the y-intercept and the x-label summarizes the x-intercept.
... other arguments

Value

A plot of the spline correlogram function against distance is produced. 95% pointwise confidence (or null) envelopes are superimposed.

See Also

spline.correlog summary.spline.correlog


[Package ncf version 1.1-3 Index]