rmf_convert_id_to_ijk | R Documentation |
Convert id to ijk
rmf_convert_id_to_ijk(id, dis, type = "r")
id |
cell id, providing the place of the number in an input file 3d array |
dis |
a discretisation file object |
type |
'r' or 'modflow' specifying type of id. See details. Defaults to 'r' |
a modflow id provides the place of the number in an input file 3d array (not like the way R uses ids for arrays or matrices; rows and columns are switched)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.