error code when trying to create a presence absence matrice

Hi,
Im trying to create a presence absence matrice for a clade of amphibians. when I run the code however the following error comes up

code:
amphibians_filter <- dplyr::filter(amphibians, order_=="AMPHIBIANS" & presence==1 & origin==1 & seasonal %in% c(1,2))
amphibians_behrman <- st_transform(amphibians_filter, crs="+proj=cea +lat_ts=30 +units=km")
pam <- sf_to_pam(amphibians_behrman, taxon_names="binomial", sampling="conservative")

error message:
Error in if (xn == xx) { : missing value where TRUE/FALSE needed

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.