speciesgeocodeR
speciesgeocodeR copied to clipboard
Preparation of species occurrences and distribution data for the use in phylogenetic analyses. SpeciesgeocodeR is built for data exploration and data analysis and especially suited for biogeographical...
Results
2
speciesgeocodeR issues
Sort by
recently updated
recently updated
newest added
I found an error in the example code chunk to perform automatic IUCN assessment: ```{r} library(sp, speciesgeocodeR) occ.exmpl
When I use the function an error appears as: Error in as.vector(x, "character") : cannot coerce type 'closure' to vector of type 'character' When I debugged the function it looks...