simfine {RGeoS}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 = NA, modify.target = TRUE)

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

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

radix

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

modify.target

When TRUE, the simulation results are set as new target variables in the output DB.

Value

The new refined simulation grid


[Package RGeoS version 9.1.1 Index]