mop_results {mop}R Documentation

Constructor of S3 objects of class mop_results

Description

Constructor of S3 objects of class mop_results

Usage

new_mop_results(summary = new("list"), mop_distances = NULL,
                mop_basic = NULL, mop_simple = NULL,
                mop_detailed = new("list"))

Arguments

summary

a list with a summary of the data and parameters used in analysis. Default = empty list.

mop_distances

a SpatRaster or numeric vector of distances from the set of conditions of reference to the set of conditions of interest. Default = NULL.

mop_basic

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.

mop_simple

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.

mop_detailed

a list with a detailed representation of mop results in conditions outside the range of reference. Default = empty list.

Value

An object of class mop_results.


[Package mop version 0.1.2 Index]