dmna.axes | R Documentation |
Files in DMNA format contain gridded data. The header provides information on how the data are organized. This routine expands the positions of the grid planes along each dimension used in the file. The values are put out in columns x, y, z for each respective axis.
dmna.axes(file, debug = FALSE)
file |
name (and path if necessary) of the file to read |
debug |
if TRUE shwon debugging information |
returns a data.frame with the following columns:
x |
grid positions along the x axis |
y |
grid positions along the y axis |
z |
grid level heights |
Prior to version 1.2.4, this function did not arrays with more than two dimensions, or multiple variables in files of more than one dimension. The number of dimensions is currently limited to three.
Clemens Druee
AUSTAL 3.1 model reference (by Ingenieurbuero Janicke)
ax <- dmna.axes(system.file("extdata", "example-grid.dmna", package="readmet"))
ax$x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.