vpc.plot {RGeostats}R Documentation

Represent a set of VPC from a Db Grid

Description

Represent a set of VPC from a Db Grid

Usage

vpc.plot(x, ..., cols = NA, rows = NA, col = NA, max.per.edge = 5,
         add = FALSE, reset = TRUE)

Arguments

x

A db-class organized as a 3-D Grid which contains the VPC to be displayed

...

Arguments passed to the functions define.scenes and rect.

cols

Array of nodes along X. By default, all the cells of the input grid along X, limited by 'max.per.edge' (if defined).

rows

Array of nodes along Y. By default, all the cells of the input grid along Y, limited by 'max.per.edge' (if defined).

col

Color given to each facies in the display of the VPC. For more information, refer to get.one

max.per.edge

Maximum number of cells along both axes of the grid to be displayed. This parameter is set to avoid non-legible graphics in the case of too many cells.

add

TRUE to overlay on the previous contents of graphic; FALSE otherwise

reset

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

Value

Not used here.


[Package RGeostats version 14.0.10 Index]