rmf_cell_dimensions | R Documentation |
Generic function to get cell dimensions
rmf_cell_dimensions(...) ## S3 method for class 'dis' rmf_cell_dimensions( dis, hed = NULL, include_volume = FALSE, include_faces = FALSE ) ## S3 method for class 'huf' rmf_cell_dimensions( huf, dis = NULL, hed = NULL, include_volume = FALSE, include_faces = FALSE )
dis |
dis object |
hed |
hed object, used for calculating the saturated thickness; if not specified, the regular cell thickness is returned |
include_volume |
logical; should the cell volumes be included? |
include_faces |
logical; should face areas be included? |
huf |
huf object |
list with x y and z cell dimension 3d arrays and optionally, cell volume
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.