plot.geofd: Plot Trace Variogram and adjusted models

Description Usage Arguments

View source: R/plot.geofd.R

Description

This funcion produces a plot of an object of class geofd which contains...

Usage

1
2
3
4
## S3 method for class 'geofd'
plot(x, emp.trace.vari=x$emp.trace.vari,
                    trace.vari.array=x$trace.vari.array,
                    colors=rainbow(length(trace.vari.array)), ...)

Arguments

x

a list containing elements emp.trace.vari and trace.vari.array described below. Typically an object of the class "geofd". If not provided the arguments emp.trace.vari and trace.vari.array must be provided instead.

emp.trace.vari

empirical trace-variogram.

trace.vari.array

vector of variogram models.

colors

a character vector of color names used to plot each variogram model. Dimensions must be the same of trace.vari.array.

...

graphical arguments to be passed to plot.


geofd documentation built on Jan. 29, 2020, 5:08 p.m.