draw.fracsimu {RGeostats}R Documentation

Elementary function for representing the simulated fractures

Description

Elementary function for representing the simulated fractures

Usage

draw.fracsimu(fracsimu, flag.fracture=TRUE, flag.layer=TRUE,       
              col.fam = NA,  title = NA, add = FALSE, reset=TRUE, ...)

Arguments

fracsimu

A fracsimu-class object for storing the set of simulated fractures.

flag.fracture

When TRUE, the fractures are represented.

flag.layer

When TRUE, the (horizontal) layers are displayed.

col.fam

Array containing the line colors (per family). If the number of items does not match the number of families, the line color is set to 1.

title

Title to be displayed (optional)

add

When FALSE a new page is initialized before the graphic. Otherwise, the graphic is overlayed on the already existing page.

reset

When TRUE, the screen is erased before the plot is performed.

...

Arguments passed to define.scenes and title. Other arguments are passed to lines.


[Package RGeostats version 14.0.10 Index]