model.input {RGeostats}R Documentation

Define a Model interactively

Description

Define a Model interactively

Usage

model.input(model.default=NA,ndim = 2, nvar = 1, order=0,
	  flag.sill=TRUE, flag.norm=FALSE, flag.plot=FALSE)

Arguments

model.default

When the argument is defined, this model is used to provide the default values

ndim

Space dimension

nvar

Number of variables

order

Order of the IRF. A value of 0 corresponds to standard variograms.

flag.sill

If TRUE, the sill is requested. Otherwise, the sill matrix is filled with 0 and is not requested

flag.norm

if TRUE, the model must have normalize sill

flag.plot

If TRUE, the model is plotted when its definition is completed.

Value

The new element of the model-class

See Also

model-class


[Package RGeostats version 13.0.1 Index]