kaijagahm / vultureUtils

Utility functions for working with vulture data
Other
4 stars 0 forks source link

Fixed SRI, and improved speed! #77

Closed kaijagahm closed 1 year ago

kaijagahm commented 1 year ago

Changed to x/(x+yab), which closes #76.

In the process, finally figured out how to use purrr::pmap and ended up speeding things up, which closes #53 as well.