Plots empirical directional semi-variograms for objects of class "GeoVariogramDir" as produced by GeoVariogramDir.
All directions are displayed in a single plot, each with a different color and a legend indicating the direction (e.g., "0°", "45°", etc.).
# S3 method for GeoVariogramDir
plot(x, ..., main = "Directional Empirical Semivariograms",
pch = 20, lwd = 1, col = 1:8, ylab = "Semivariogram", xlab = "Distance")Produces a plot. No values are returned.
An object of class "GeoVariogramDir" as produced by GeoVariogramDir.
A main title for the plot.
Plotting character (point type) for the points (default: 20).
Line width for the lines connecting points (default: 1).
A vector of colors, one for each direction (default: 1:8).
Label for the y-axis (default: "Semivariogram").
Label for the x-axis (default: "Lag").
Additional graphical parameters passed to plot.
This function plots all empirical directional semi-variograms in a single graph, using different colors and a legend in the top left corner that indicates the direction (e.g., "0°", "45°", etc.). Each direction is represented by points connected by lines.
GeoVariogramDir for directional variogram computation and examples.