MultiLandMetrics-class: Class 'MultiLandMetrics'

MultiLandMetrics-classR Documentation

Class 'MultiLandMetrics'

Description

Objects of class MultiLandMetrics are returned by mland_metrics(). It holds all the information relative to the metrics that were calculated by the parameters inputted by the user. This object class can be passed to functions metrics_corr(), metrics_plots(), metrics_filter(), metrics_gradient() and metrics_bind() for further analyses.

Slots

call

The call when function mland_metrics() was called.

idkey

A unique identification id for the 'MultiLandMetrics' object.

crs_proj

A string depicting the CRS of points layer.

n_layers

Number of raster layers from which metrics were calculated.

rast_names

A list with dataframes containing the names of the raster layers of the 'MultiLand' object the function mland_metrics() worked with.

classes

A data.frame depicting the raster layers, classes and classes names from which metrics were calculated.

n_classes

Numeric vector depicting the number of distinct classes per raster layer from which metrics were calculated.

points

A data.frame containing points coordinates and other attributes.

n_points

Number of points from which metrics were calculated.

site_names

Logical. Whether points have associated site names or not.

radii

Distinct radii from which metrics were calculated.

metrics

A data.frame depicting the metrics that were calculated, classified by level.

data

Main data.frame with the values of the metrics that were calculated for each point, radius, raster layers and other parameters pre-defined by the user.

ext_calcs

A data.frame depicting the extra calculations that were made in given extra raster layers.

Examples

# Shows information of object 'MultiLandMetrics'
ed_metrics
otf_metrics

phuais/multilandR documentation built on Feb. 21, 2025, 7:52 a.m.