is.pemt {spMC} | R Documentation |
Images with Multi-direct'ional Transiograms
Description
The function plots 2
-D sections of a multi-directional transiogram computed without any ellipsoidal interpolation.
Usage
is.pemt(object)
Arguments
object |
object to be tested. |
Details
The function returns TRUE
if and only if its argument is a pemt
object.
Value
A logical value.
Author(s)
Luca Sartore drwolf85@gmail.com
See Also
Examples
data(ACM)
# Compute a 2-D section of a
# multi-directional transiogram
psEmpTr <- pemt(ACM$MAT3, ACM[, 1:3], 2,
max.dist = c(20, 10, 5),
which.dire=c(1, 3),
mle = TRUE)
# Test the object psEmpTr
is.pemt(psEmpTr)
[Package spMC version 0.3.15 Index]