# \donttest{
data(ACM)
# Compute a 2-D section of a
# multi-directional transiogram
psEmpTr <- pemt(ACM$MAT3, ACM[, 1:3], 2,
max.dist = c(200, 200, 20),
which.dire=c(1, 3),
mle = "mlk")
# Plot 2-D sections of
# a multi-directional transiogram
image(psEmpTr, col = rev(heat.colors(500)),
breaks = 0:500 / 500, mar = .7,
contour = FALSE)
# }
Run the code above in your browser using DataLab