forsys-sp / patchmax

A spatial selection optimization algorithm in ForSysR
GNU General Public License v3.0
3 stars 0 forks source link

Stand threshold needs to allow different operators, not just >= #4

Closed michelledayusfs closed 1 year ago

codyevers commented 1 year ago

The R6 rewrite handles thresholds as a boolean string statement so can be as complicated as required. The basic sytax looks something like 'pm$threshold = 'threshold1 > 0.5' but might be as complicated as pm$threshold = 'threshold1 > 0.5 & threshold1 <= 0.75 & ownership == 3'. Let's review...

codyevers commented 1 year ago

With the R6 rewrite now merged to the master branch, considering this resolved.