Description Usage Arguments Value Examples
plotIDs
the semivariance estimates, covariance model, and number of
pairs of observations used to estimate semivariance.
1 | plotRangeObj(rangeObj)
|
rangeObj |
An object of class |
A set of plots displaying the semivariance estimates, fitted
covariance model, and number of pairs of observations used to estimate
semivariance. If no spatial variable was provided to the
estRange
function, then there will be two plots. The first,
on top, will show the semivariance estimates and the fitted covariance
model. The second, on the bottom, will show the number of data pairs used
to the estimate the semivariance at the corresponding distance. If a
spatial variable is supplied to the estRange
function, then
there will be two plots for every level of the spatial variable.
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)
plotRangeObj(rangs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.