MITEcology / feasibility_analysis

R package for feasibility analysis in ecology
MIT License
6 stars 3 forks source link

Error in generate_inte_gs #1

Closed ibartomeus closed 1 year ago

ibartomeus commented 1 year ago

The example on generate_inte_gs is giving an error. My feeling is that "trail" will always hit 100, and hence the function will fail. Something is needed here to fix this? Also calling a function within a function seems dangerous.

I left a note in the code

ibartomeus commented 1 year ago

Fixed, the example had an extra parameter. My fault.