fracsimu.extract {RGeostats}R Documentation

Extract a vector of attributes from the set of simulated fractures

Description

Extract a vector of attributes from the set of simulated fractures

Usage

fracsimu.extract(fracsimu, mode = "length", family = NA, layer.rank=NA)

Arguments

fracsimu

The fracsimu-class which is used to store the set of simulated fractures.

mode

Type of information to be extracted:

  • length Extension of the fractures

  • dist Fracture inter-distances

family

It is possible to restrict the search to the fracture belonging to a given family. The family rank starts from 1. If this argument is set to 0, only the main faults are considered. If left undefined, all fractures are considered.

layer.rank

It is possible to restrict the search to the only fractures that start above the reference elevation provided as the bottom of layer 'layer.rank'. If left undefined, all fractures are considered.

Value

The array of extracted values (sorted by ascending order).


[Package RGeostats version 14.0.10 Index]