get_metadata {restoptr} | R Documentation |
Restopt solution metadata
Description
Return the metadata associated with a restopt solution, which contains the characteristics of the solution. The unit for area characteristics can be chosen among "ha" (hectares), "m" (square meters), "km" (square kilometers), and "cells" (cells from the original input habitat raster). Note that the solving time is expressed in seconds.
Usage
get_metadata(restopt_solution, area_unit = "ha", distance_unit = "m")
Arguments
restopt_solution |
|
area_unit |
|
distance_unit |
|
Value
A list
containing the characteristics of the restopt solution.