plot.SpatialCorrelogramModel: Plots correlogram model

Description Usage Arguments Value Author(s) Examples

View source: R/plot.SpatialCorrelogramModel.R

Description

Plots correlogram model

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'SpatialCorrelogramModel'
plot(
  x,
  distance = 1,
  ylim = c(0, 1),
  xlab = "Distance",
  ylab = "Correlation",
  ...
)

Arguments

x

Object of class "SpatialCorrelogramModel" as created by makeCRM().

distance

minimum distance between locations (unit should correspond with the unit of the range parameter in makeCRM()).

ylim

the y limits of the plot.

xlab

a title for the x axis.

ylab

a title for the y axis.

...

additional parameters.

Value

plot of correlogram model

Author(s)

Kasia Sawicka, Gerard Heuvelink

Examples

1
2
mycormodel <- makeCRM(acf0 = 0.8, range = 300, model = "Exp")
plot(mycormodel, distance = 1)

spup documentation built on May 1, 2020, 1:07 a.m.