fracture.simulate {RGeostats}R Documentation

Simulate a set of random fractures

Description

Simulate a set of random fractures

Usage

fracture.simulate(x, elevations=NA, draw = TRUE, save = FALSE,
                  seed = 132141, verbose=FALSE,...)

Arguments

x

A fracture-class object used as the framework to simulated a random set of fractures

elevations

Array of elevations. If provided, the elevations are read and not simulated. This array must give all the surfaces (from the first to the last one included): it could be obtained from a previous run using the 'elevations' assessor of the fracsimu-class.

draw

When TRUE, the set of faults and random fractures is represented graphically

save

When TRUE, the characteristics of the random fractures is provided as an output argument

seed

Seed used for the generation of random numbers. When 0, the seed is not initialized.

verbose

When TRUE, some additional statistics are displayed during the fracture simulation.

...

Additional arguments passed to function draw.fracsimu.

Details

The user may interact using set.keypair with the following keywords:

Value

When save is TRUE, this function returns the characteristics of the random fractures an element of the fracsimu-class.


[Package RGeostats version 14.0.10 Index]