morph3dprep {morph} | R Documentation |
Prepare 3D voxel data for interactive 3D plotting.
Description
Prepares 3D array data for plotting.
Usage
morph3dprep(INCUBE = NULL, ORIG = FALSE)
Arguments
INCUBE |
This is the input 3D array of voxels. |
ORIG |
A Boolean flag to control whether the data is the original input binary data (TRUE), or some other morphological segmentation (FALSE). |
Details
No additional details at this time.
Value
The output is...
Note
No additional notes at this time.
Author(s)
Tarmo K. Remmel
References
Remmel, T.K. 2022. Extending morphological pattern analysis to 3D voxels. Landscape Ecology 37(2):373-380.
See Also
See Also morph3d
, morph3dplot
Examples
out <- morph3dprep(INCUBE = LEdemo, ORIG = FALSE)
print(out)
[Package morph version 1.1.0 Index]