maximum.targets: Maximum targets

View source: R/generics.R

maximum.targetsR Documentation

Maximum targets

Description

This function accepts a RapUnsolved() object and returns a data.frame containing the amount-based and space-based targets for each species and attribute space. These are calculated using a prioritization that contains all the available planning units. Note that the maximum amount-based targets are always 1.

Usage

maximum.targets(x, verbose)

## S3 method for class 'RapUnsolOrSol'
maximum.targets(x, verbose = FALSE)

Arguments

x

RapUnsolved() or RapSolved() object.

verbose

logical should messages be printed during calculations? Defaults to FALSE.

Value

data.frame object.

Examples

## Not run: 
# load RapSolved objects
data(sim_ru)

# calculate maximum metrics
maximum.targets(sim_ru)

## End(Not run)

raptr documentation built on March 31, 2023, 9:46 p.m.