forsys-sp / forsysr

An R implementation of the ForSys program
GNU General Public License v3.0
8 stars 3 forks source link

Specifying search fraction using forsys::run #77

Closed michelledayusfs closed 1 year ago

michelledayusfs commented 1 year ago

How do I overwrite the 10% search proportion. In other words, how do I replicate pm$simulate(3, 1).

codyevers commented 1 year ago

You can now set the patchmax_sample_frac from forsys::run. This controls the search fraction for patchmax. Closing issue