plot.variogram | R Documentation |
Functions to graphically display statistical models.
## S3 method for class 'variogram' plot( x, scale, cex = 1.5, cex.axis = 1.25, xaxt = "s", yaxt = "s", xlab, ylab, xlim, ylim, nugget = TRUE, sill = TRUE, range = TRUE, ... ) ## S3 method for class 'morphometry.scsbio' plot(x, y, theta, xlim = c(10, 140), log = TRUE, title, discrete = FALSE, ...)
x |
|
scale |
Scalar by which to scale the variogram y axis. |
cex |
Text size. |
cex.axis |
Text size for plot axes. |
xaxt, yaxt |
|
xlab, ylab |
Character strings specifying the axes labels. |
xlim, ylim |
Two-element numerical vectors specifying plot axes limits. |
nugget, sill, range |
Logical value specifying whether to display reference lines for variogram parameters. |
discrete |
Logical value specifying whether morphometric data are rounded. |
plot(variogram)
: Variogram plot method.
plot(morphometry.scsbio)
: Morphometric plot for snow crab biological data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.