Description Usage Arguments Value
Convert forest to open habitat. The specified pixels have a specified
proportion of specified forest.col type converted to open invasible habitat.
This function updates the land cover proportions within lc.df
. This is
a one way, deterministic change with no natural reversion to forest.col. The
affected parameters must be updated with a call to
cell_agg
and to sdd_set_probs(lc.new=id.chg)
.
1 | cut_forest(id.chg, forest.chg, forest.col, lc.df)
|
id.chg |
Dataframe or tibble with cell grid indexes identifying which
cells are to change. if not input manually, can be randomly created by
|
forest.chg |
Matrix with a column for each forest.col type corresponding
with the forest.col columns in |
forest.col |
Vector of forest.col column indexes within |
lc.df |
Dataframe or tibble with xy coords, land cover proportions, and cell id info |
List with lc.df
and sdd.pr
where both are sparse,
containing only updated values for the cells with altered land cover.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.