powered by
Prepares 3D array data for plotting.
morph3dprep(INCUBE = NULL, ORIG = FALSE)
The output is...
This is the input 3D array of voxels.
A Boolean flag to control whether the data is the original input binary data (TRUE), or some other morphological segmentation (FALSE).
Tarmo K. Remmel
No additional details at this time.
Remmel, T.K. 2022. Extending morphological pattern analysis to 3D voxels. Landscape Ecology 37(2):373-380.
See Also morph3d, morph3dplot
morph3d
morph3dplot
out <- morph3dprep(INCUBE = LEdemo, ORIG = FALSE) print(out)
Run the code above in your browser using DataLab