blocks3DDataFrame-init: 3D block model

Description Usage Arguments

Description

A 3D grid with adjacent blocks. Extends the grid3DDataFrame class.

Usage

1
2
blocks3DDataFrame(corner, number, size, discretization = c(4, 4, 4),
  fields = ".dummy")

Arguments

corner

A length 3 vector containing the smallest coordinate in each direction.

number

A length 3 vector containing the desired number of blocks in each direction.

size

A length 3 vector with the block dimensions in each direction.

discretization

A length 3 vector indicating in how many parts to "break" each block during the computations.

fields

Column names to populate the grid. The columns are automatically filled with NAs.


italo-goncalves/geomod3D documentation built on May 24, 2019, 2:49 p.m.