powered by
Plots correlogram model
# S3 method for SpatialCorrelogramModel plot(x, distance = 1, ylim = c(0, 1), xlab = "Distance", ylab = "Correlation", ...)
Object of class "SpatialCorrelogramModel" as created by makeCRM().
minimum distance between locations (unit should correspond with the unit of the range parameter in makeCRM()).
the y limits of the plot.
a title for the x axis.
a title for the y axis.
additional parameters.
plot of correlogram model
# NOT RUN { mycormodel <- makeCRM(acf0 = 0.8, range = 300, model = "Exp") plot(mycormodel, distance = 1) # }
Run the code above in your browser using DataLab