parse_MF_CELL_INDX: Parse the elements of a line of a fixed width MODFLOW file

Description Usage Arguments Examples

Description

This function is used for extracting all of the elements of a single line from a fixed width MODFLOW file It is being used as a utility function for the other MFtools functions

Usage

1
parse_MF_CELL_INDX(INDX = CELLINDX, LINE = inline)

Arguments

LINE

this is the individual fixed width MODFLOW file line from the MODFLOW fixed width file

Examples

1
2
CELL_INDX    <- Map(seq, BLOCK_START, BLOCK_END)
VAL <- CELL_INDX %>% parse_MF_CELL_INDX(LINE = linin)

dpphat/MFtools documentation built on May 15, 2019, 1:47 p.m.