A Rust crate for building Neutral Landscape Models.
bash
cargo add nlmrs
```rs use nlmrs;
fn main() {
let arr: Vec
The export
module holds a collection of user-friendly functions to export your 2D NLM vector.
```rs use nlmrs::{distancegradient, export::writeto_csv};
fn main() {
let arr: Vec
Running script/vis.py
will read any contents of data/data.csv
and render them in a matplotlib plot.
Contributions, issues and feature requests are welcome.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)