model.pgs.sample {RGeostats}R Documentation

Sample a PluriGaussian Model

Description

Sample a PluriGaussian Model

Usage

model.pgs.sample(dist, rule = rule.input(), model1=NA, model2=NA, 
		       prop1 = NA, prop2 = NA, codir=NA)

Arguments

dist

Value or array of values giving the distance(s) for which the covariance of facies indicators must be calculated.

rule

The rule-class structure

model1

The model-class structure used to describe the Model of the first underlying gaussian random function. For more information check check.model.

model2

The model-class structure used to describe the Model of the secons underlying gaussian random function. For more information check check.model.

prop1

Array of proportions at the first sample point

prop2

Array of proportions at the second sample point

codir

Vector giving the direction coefficients. Its dimension must match the space dimension. If not provided, the unit vector along the first space direction is defaulted. This vector is normalized (to the unity) internally.

Value

A matrix containing the covariance value for all pairs of facies, for each distance.


[Package RGeostats version 11.2.10 Index]