morph3dlinks | R Documentation |
An internal helper function to compute voxel neighbours in orthogonal 3D space and to return the information in data frame format back to morph3d(), the function that calls this function.
morph3dlinks(VOLOBJ = NULL, VOXELIDS = NULL, VERBOSE = FALSE)
VOLOBJ |
This is a 3D array that is larger in all dimensions, within which the actual data array is inset. This ensures that outer margins will be properly processed. |
VOXELIDS |
This is a 3D array of the unique voxel IDS, which are used to track individual voxels and their connectivity. |
VERBOSE |
This is a Boolean flag for turning on | off additional feedback during processing. |
This internal function simply makes the total length of the morph3d() function shorter.
This function returns an intermediate data frame of voxel neighbours that is subsequently pared down as morph3d() continues.
No additional notes at this time.
Tarmo K. Remmel
Remmel, T.K. 2022. Extending morphological pattern analysis to 3D voxels. Landscape Ecology 37(2):373-380.
See Also morph3d
# THIS IS AN INTERNAL FUNCITON AND USAGE EXAMPLES ARE NOT NECESSARY
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.