plot.Sncf.cov {ncf}R Documentation

Plots nonparametric spatial covariance-functions

Description

'plot' method for class "Sncf.cov".

Usage

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

Arguments

x an object of class "Sncf.cov", usually, as a result of a call to Sncf.srf (with corr = FALSE).
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 a summary of the regional average correlation makes the plot title; the y-label summarizes the y-intercept; the x-label summarizes the x-intercept and the cbar-intercept (denoted "r:").
... other arguments

See Also

Sncf.srf plot.Sncf


[Package ncf version 1.1-3 Index]