https://github.com/nmatzke/BioGeoBEARS/blob/a5d74766811aeb52590641325425a4860a3d8198/R/BioGeoBEARS_stochastic_mapping_v1.R#L992C8-L992C10
This is.na() check statement throws an error:
Error in is.na(area_indices_0based_branch_top) && (mm == nrow(sorted_manual_table)) :
'length = 2' in coercion to 'logical(1)'
This does not seem to interrupt the BSM process but I'm not sure how skipping the associated break_condition could affect things.
Thanks!
CRG
https://github.com/nmatzke/BioGeoBEARS/blob/a5d74766811aeb52590641325425a4860a3d8198/R/BioGeoBEARS_stochastic_mapping_v1.R#L992C8-L992C10
This is.na() check statement throws an error:
Error in is.na(area_indices_0based_branch_top) && (mm == nrow(sorted_manual_table)) :
'length = 2' in coercion to 'logical(1)'
This does not seem to interrupt the BSM process but I'm not sure how skipping the associated break_condition could affect things.
Thanks!
CRG