LEdemo {morph}R Documentation

Landscape Ecology Demo Data (3D Voxels)

Description

This is a 3D numeric array with dimensions [10,10,10], representing 1000 voxels for demonstration purposes. The data was manually produced to ensure that all morphological classes are present, to allow demonstration and illustration within the Landscape Ecology paper in which the morph3d() functionality was introduced.

Usage

data("LEdemo")

Format

The format is: num [1:10, 1:10, 1:10] 1 1 0 0 0 0 0 0 0 0 ...

Details

This data can be used for testing, demonstrations, or for quickly getting the package up and running, before getting your own data into the proper format.

Source

This data was produced by the author of the package for demonstration purposes and was used in the paper referenced below as the example data.

References

Remmel, T.K. 2022. Extending morphological pattern analysis to 3D voxels. Landscape Ecology 37(2):373-380.

Examples

data(LEdemo)
str(LEdemo)

[Package morph version 1.1.0 Index]