| MultiLandMetrics-class | R Documentation |
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.
callThe call when function mland_metrics() was called.
idkeyA unique identification id for the 'MultiLandMetrics' object.
crs_projA string depicting the CRS of points layer.
n_layersNumber of raster layers from which metrics were calculated.
rast_namesA list with dataframes containing the names of the raster layers of the
'MultiLand' object the function mland_metrics() worked with.
classesA data.frame depicting the raster layers, classes and classes names from which metrics were calculated.
n_classesNumeric vector depicting the number of distinct classes per raster layer from which metrics were calculated.
pointsA data.frame containing points coordinates and other attributes.
n_pointsNumber of points from which metrics were calculated.
site_namesLogical. Whether points have associated site names or not.
radiiDistinct radii from which metrics were calculated.
metricsA data.frame depicting the metrics that were calculated, classified by level.
dataMain 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_calcsA data.frame depicting the extra calculations that were made in given extra raster layers.
# Shows information of object 'MultiLandMetrics'
ed_metrics
otf_metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.