ppa

Point pattern analysis library and command line tool in Rust

Vision

This project is in a very early stage!

Purpose of the project is to create a point pattern analysis library. Further, a command line interface for point pattern analysis will be provided.

In the future, bindings for use of the library in R and Python are planned.

Library / crate

To use this crate as a rust library, add the following to your Cargo.toml dependencies section:

ppa = { git = "https://github.com/mlange-42/ppa.git" }

Warning: The API is still incomplete and highly unstable, so be prepared for frequent changes. Any help to stabilize the API is highly appreciated.

For the latest development version, see branch dev.

License

MIT © M. Lange