Learn R Programming

morph (version 1.1.0)

morph3dprep: Prepare 3D voxel data for interactive 3D plotting.

Description

Prepares 3D array data for plotting.

Usage

morph3dprep(INCUBE = NULL, ORIG = FALSE)

Value

The output is...

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).

Author

Tarmo K. Remmel

Details

No additional details at this time.

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

Run this code
out <- morph3dprep(INCUBE = LEdemo, ORIG = FALSE)
print(out)

Run the code above in your browser using DataLab