Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

number_of_zones

Number of zones


Description

Extract the number of zones in an object.

Usage

number_of_zones(x)

## S4 method for signature 'ConservationProblem'
number_of_zones(x)

## S4 method for signature 'OptimizationProblem'
number_of_zones(x)

## S4 method for signature 'ZonesRaster'
number_of_zones(x)

## S4 method for signature 'ZonesCharacter'
number_of_zones(x)

Arguments

Value

integer number of zones.

Examples

# load data
data(sim_pu_zones_stack, sim_features_zones)

# print number of zones in a Zones object
print(number_of_zones(sim_features_zones))
# create problem with multiple zones
p <- problem(sim_pu_zones_stack, sim_features_zones) %>%
     add_min_set_objective() %>%
     add_relative_targets(matrix(0.2, ncol = 3, nrow = 5)) %>%
     add_binary_decisions()

# print number of zones in the problem
print(number_of_zones(p))

prioritizr

Systematic Conservation Prioritization in R

v7.0.1
GPL-3
Authors
Jeffrey O Hanson [aut] (<https://orcid.org/0000-0002-4716-6134>), Richard Schuster [aut, cre] (<https://orcid.org/0000-0003-3191-7869>), Nina Morrell [aut], Matthew Strimas-Mackey [aut] (<https://orcid.org/0000-0001-8929-7776>), Matthew E Watts [aut], Peter Arcese [aut] (<https://orcid.org/0000-0002-8097-482X>), Joseph Bennett [aut] (<https://orcid.org/0000-0002-3901-9513>), Hugh P Possingham [aut] (<https://orcid.org/0000-0001-7755-996X>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.