plvar: Plots a variogram estimated by variofit.

Description Usage Arguments Value See Also

View source: R/plvar.R

Description

Plot a variogram and a spherical model fit to it.

Usage

1
plvar(vagram, n = 4, fit = T, type = "p")

Arguments

vagram

List from the program variogram with the following components. <s-example> \$range: range of data. \$nugget: nugget effect. \$sill: sill. \$vario: z values of the variogram. \$xh: mean distance for each class.

</s-example>

n

The plot covers n times the range. Default value is all the data.

fit

Also plot lines and fitted values (TRUE, the default, or plot variogram only as points (FALSE).

type

Plot type, given to plot, defaults to points.

Value

No values returned.

See Also

pointkriging, grid.


geo documentation built on May 29, 2017, 5:36 p.m.