Description Usage Arguments Value References Examples
plot.rangeList
uses the S3 plot methods in the geoR
package
to plot the semivariance estimates and then overlay the fitted covariance
model.
1 2 | ## S3 method for class 'rangeList'
plot(object)
|
object |
An object of class "rangeList". |
A plot or plots or the semivariance estimates overlaid with the
fitted covariance model. If there was no spatial variable provided in the
estRange
function then only a single plot is produced. This is
equivalent to the plots produced by geoR
. However, if a spatial
variable was provided, then plot.rangeList
produces a plot for
every level of that variable.
Cressie, N and Hawkins, DM. 1980. Robust estimation of the variogram: I. Journal of the International Association for Mathematical Geology, 12(2):115-125.
1 2 3 4 5 6 7 8 | data("TAMdata")
# The dataset is trimmed only for the speed of the example
TAMdata <- TAMdata[TAMdata$subject < 3, ]
TAMdata <- rScale(TAMdata, subjectVar = 'subject', sampleVar = 'ROI',
xCoord = 'x', yCoord = 'y')
rangs <- estRange(TAMdata, outcome = 'X1282.auc', spatialVar = 'TAM',
semivEst = 'modulus', logTransform = TRUE)
plot(rangs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.