Learn R Programming

geozoning (version 1.0.0)

calRMmodel: transform VGM model into model usable by RandomFields

Description

transform VGM model into model usable by RandomFields

Usage

calRMmodel(vgmodel)

Arguments

vgmodel

model provided by a call to vgm

Value

model suitable for RandomFields simulation

Examples

Run this code
# NOT RUN {
modv=gstat::vgm(model="Gau",range=100,psill=10,mean=7)
RMmodel=calRMmodel(modv)
# }

Run the code above in your browser using DataLab