Constructor of S3 objects of class mop_results
new_mop_results(summary = new("list"), mop_distances = NULL,
mop_basic = NULL, mop_simple = NULL,
mop_detailed = new("list"))
An object of class mop_results
.
a list with a summary of the data and parameters used in analysis. Default = empty list.
a SpatRaster
or numeric vector of distances from the
set of conditions of reference to the set of conditions of interest.
Default = NULL.
a SpatRaster
or numeric vector showing conditions in the set
of interest outside the ranges in the reference set. The value 1
indicates conditions outside one or more ranges. Default = NULL.
a SpatRaster
or numeric vector showing conditions in the
set of interest outside the ranges in the reference set. Values indicate how
many variables are outside reference ranges. Default = NULL.
a list with a detailed representation of mop results in conditions outside the range of reference. Default = empty list.