simfine {RGeostats}R Documentation

Refine a simulation grid

Description

Refine a simulation 2 or 3 dimension grid

Usage

simfine(dbin, model = model.input(), flag.ks = 0, nmult = 2, seed = 1232, 
radix = "Simu", modify.target = db.locmod())

Arguments

dbin

Input db-class structure containing a 2-D or a 3-D grid. One Z-variable must be defined,

model

A model-class structure containing the geostatisticsl model For more information check check.model.

flag.ks

When flag.ks=1, Simulation refinement is based on Simple Kriging and requires the model to contain only covariances When flag.ks=0, Simulation refinement is based on Ordinary Kriging and allows the model to contain covariances or variograms.

nmult

Refinement factor

seed

Seed used for the random number generator. When 0, the ssed is not initialized.

radix

Radix of the name given to the variables storing the results in the target Db.

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The new refined simulation grid


[Package RGeostats version 14.0.10 Index]