- x
logratio variogram with anisotropy, i.e. object of class c("logratioVariogramAnisotropy", "logratioVariogram")
- azimuths
which directions do you want to plot? default: all directions available
- col
colors to be used for plotting
- type
type of representation, see graphics::plot()
- V
optionally, a matrix of logcontrasts, or else one of the following strings: "alr", "ilr" or "clr";
to produce a plot of the empirical variogram in the corresponding representation; default to variation-variograms
- lty
style of the lines, potentially different for each directions
- pch
symbols for the points, potentially different for each directions
- model
eventually, variogram model to plot on top of the empirical variogram
- figsp
spacing between the several panels, if desired
- closeplot
boolean, should the plotting par() be returned to the starting values? (defaults to TRUE;
see plot.gmCgram()
for details)
- ...
additional graphical arguments, to be passed to the underlying graphics::matplot()
function