Learn R Programming

morph (version 1.1.0)

LEdemo: 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")

Arguments

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.

References

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

Examples

Run this code
data(LEdemo)
str(LEdemo)

Run the code above in your browser using DataLab