plot.est {geocausal}R Documentation

Plot estimates

Description

Plot estimates

Usage

## S3 method for class 'est'
plot(x, ..., surface = FALSE, lim = NA)

Arguments

x

input

...

arguments passed on to the function

surface

whether to produce the surface plot. By default, FALSE

lim

limits of the scale. By default, NA. To set limits manually, provide a vector of max and min


[Package geocausal version 0.3.4 Index]