legend.vario {RGeoS} | R Documentation |
Draw the Legend for experimental Variograms and Model
legend.vario(vario, npairpt = 0, npairdw = 0, pch = NA, lty = NA, col = NA, lwd = NA, ...)
vario |
The |
npairpt |
When TRUE, draw the symbol which represents the variogram pairs |
npairdw |
When TRUE, draw the line representing the experimental variogram of the model |
pch |
Array giving the symbol used for representing the pairs in each direction. |
lty |
Array giving the line style used for representing the experimental variogram and the model in each direction. |
col |
Array giving the color used for representing the lines or symbols of the experimental variogram and the model in each direction. |
lwd |
Array giving the line width used for representing the experimental variogram or the model in each direction |
... |
Arguments passed to the Splus functions text() and points() |