lines.variogram | R Documentation |
A sample (empirical) variogram computed using the
function variog
is added to the current plot.
## S3 method for class 'variogram'
lines(x, max.dist, type = "o", scaled = FALSE,
pts.range.cex, ...)
x |
an object of the class |
max.dist |
maximum distance for the x-axis. By default takes the maximum distance for which the sample variogram was computed. |
type |
type of line for the empirical variogram. The default is
|
scaled |
logical. If |
pts.range.cex |
optional. A two elements vector with maximum and
minimum values for the caracter expansion factor |
... |
other arguments to be passed to the function
|
A line with the empirical variogram is added to the plot in the current graphics device. No values are returned.
Paulo Justiniano Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
variog
, lines.variogram
,
lines.variomodel
, variog.model.env
,
variog.mc.env
, plot.grf
, lines
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.