ropensci / NLMR

📦 R package to simulate neutral landscape models 🏔
https://ropensci.github.io/NLMR/
65 stars 17 forks source link

nlm_mdp matrix size #108

Open jonrhodes opened 1 year ago

jonrhodes commented 1 year ago

Output from nlm_mdp produces unexpected raster sizes based on documentation. For example, "nlm_mpd(65, 65)" produces a 63 x 63 raster, when the expected size is a 65 x 65 raster (i.e., n = 6). This may be because you remove the edge cells after producing the fractal landscape. This could be referred to in the documentation.