wallaceEcoMod / wallace

an interactive, reproducible, expandible, instructional, and open-source GUI-based app for ecological niche modeling
https://wallaceecomod.github.io/
GNU General Public License v3.0
132 stars 46 forks source link

Environmental Ordination Module Error #364

Closed Pgalante closed 1 year ago

Pgalante commented 2 years ago

This module crashes Wallace when using 2 species. It seems that the issue occurs when a species has a predictor variable with NA values for some occurrence localities. It is trying to cbind two dataframes that do not have matching dimensions. How can we handle NA values in this module?