View source: R/GeoVariogramDir.R
plot.GeoVariogramDir | R Documentation |
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 class 'GeoVariogramDir'
plot(x, ..., main = "Directional Empirical Semivariograms",
pch = 20, lwd = 1, col = 1:8, ylab = "Semivariogram", xlab = "Distance")
x |
An object of class |
main |
A main title for the plot. |
pch |
Plotting character (point type) for the points (default: 20). |
lwd |
Line width for the lines connecting points (default: 1). |
col |
A vector of colors, one for each direction (default: 1:8). |
ylab |
Label for the y-axis (default: "Semivariogram"). |
xlab |
Label for the x-axis (default: "Lag"). |
... |
Additional graphical parameters passed to |
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.
Produces a plot. No values are returned.
GeoVariogramDir
for directional variogram computation and examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.