GarrettLab / HabitatConnectivity

geohabnet R package
https://garrettlab.github.io/HabitatConnectivity/
GNU General Public License v3.0
7 stars 4 forks source link

Network density plot #117

Closed krishnakeshav closed 2 months ago

krishnakeshav commented 2 months ago

Currently only supporting plot for non-global analysis.

Function name - ndplot(x), where x is GeoNetwork. GeoNetwork is return by sensitivity_analysis() or msean()

E.g.

> avocado <- avocado <- cropharvest_rast("avocado", "monfreda")
> mri <- msean(rast = avocado, global = FALSE)

> ndplot(mri)
image