grid3DDataFrame-init: 3D regular point grid

Description Usage Arguments Details

Description

A 3D grid with equally spaced points. Extends the points3DDataFrame class.

Usage

1
grid3DDataFrame(gridx, gridy, gridz, fields = ".dummy")

Arguments

gridx, gridy, gridz

Grid coordinates in the three directions. The best way to imput these is through the seq() function.

fields

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

Details

The current implementation does not check if the points are actually equally spaced in each direction. A future version will support rotated grids.


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