MultiLandMetrics-class: Class 'MultiLandMetrics'

MultiLandMetrics-classR Documentation

Class 'MultiLandMetrics'

Description

Objects of class MultiLandMetrics are returned by 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 pair_corr(), pair_plots(), landscape_filter(), optimize_gradient() and bind_metrics() for further analyses.

Slots

call

The call when function 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 rasterlayers from which metrics were calculated.

layer_names

A list with dataframes containing the names of the rasterlayers of the 'MultiLand' object the function metrics() worked with.

classes

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

n_classes

Numeric vector depicting the number of distinct classes per rasterlayer 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.

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, rasterlayers and other parameters pre-defined by the user.

ext_calcs

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

Examples

# Shows information of object 'MultiLandMetrics'
## Not run: 
ed_metrics
otf_metrics

## End(Not run)

phuais/multilandR documentation built on Feb. 11, 2024, 9:27 p.m.