knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

bdpg

This package provides functions for generating biodiversity problems (particularly reserve selection) with known solutions and testing algorithms for attempting to generate optimal solutions.

Installation

You can install bdpg from github using devtools::install_github().

devtools::install_github ("langfob/bdpg")


langfob/bdpg documentation built on Dec. 8, 2022, 5:33 a.m.