parse_MF_FW_LINE: 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_FW_LINE(LINE = inline)

Arguments

LINE

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

Examples

1
dY <- linin[indx + seq(1:BLOCKEND) - 1] %>% parse_MF_FW_LINE()

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