Sz-Tim / gbPopMod

This R package contains all of the functions, documentation, and data needed to run the glossy buckthorn population model
MIT License
5 stars 0 forks source link

Bug in SDD recalculation for land cover change #3

Closed Sz-Tim closed 7 years ago

Sz-Tim commented 7 years ago

Need to create an index of all cells with the changed cells in their neighborhood (e.g., which.X(sdd.pr[,,2,X] %in% lc.new$id) where it identifies the X's). Currently, it just loops through the cells that changed, which doesn't actually matter since the seeds are being dispersed from there, not to there.

Sz-Tim commented 7 years ago

Fixed on master branch and edgeExplore branch.