Abstract
Biogeographical regions (bioregions) reveal how different sets of species are spatially grouped and therefore are important units for conservation, historical biogeography, ecology, and evolution. Several methods have been developed to identify bioregions based on species distribution data rather than expert opinion. One approach successfully applies network theory to simplify and highlight the underlying structure in species distributions. However, this method lacks tools for simple and efficient analysis. Here, we present Infomap Bioregions, an interactive web application that inputs species distribution data and generates bioregion maps. Species distributions may be provided as georeferenced point occurrences or range maps, and can be of local, regional, or global scale. The application uses a novel adaptive resolution method to make best use of often incomplete species distribution data. The results can be downloaded as vector graphics, shapefiles, or in table format. We validate the tool by processing large data sets of publicly available species distribution data of the world’s amphibians using species ranges, and mammals using point occurrences. We then calculate the fit between the inferred bioregions and WWF ecoregions. As examples of applications, researchers can reconstruct ancestral ranges in historical biogeography or identify indicator species for targeted conservation.
Keywords: Biogeography, bioregionalization, conservation, mapping
Biodiversity is not randomly distributed. It is well known that species are grouped in space and patterns of distribution can be recognized at small and large scales. Depending on the size, source of data, and scientific discipline, these broadly used biogeographical regions have received various related names, but here we simply refer to them as bioregions (see Vilhena and Antonelli (2015) for a discussion of terminology). In many disciplines, working with bioregions rather than single species is more effective. Conservation biology is a prime example, since protecting bioregions with high levels of biodiversity or uniqueness may help protecting many species from extinction. In historical biogeography, bioregions may be used as operational areas for ancestral range reconstructions in order to estimate how lineages in a phylogeny have evolved their geographical occupancy over time (Ree and Smith 2008; Goldberg et al. 2011; Matzke 2014). Moreover, since different taxa exhibit different patterns of diversity, distribution, and evolutionary history, there is no set of universal bioregions for all circumstances. Accordingly, the most effective set of bioregions depends on the particular system under study and research question at hand. Therefore, researchers need simple, effective, and flexible tools for mapping relevant species distribution data into bioregions.
While bioinformatic tools can now provide rapid and accurate coding of species into predefined areas (Töpel et al. 2016), choosing the areas in the first place has been a subjective procedure without quantitative support. Researchers have therefore developed a suite of algorithms for mapping grid cell areas into biologically relevant regions (Kozak and Wiens 2006; Kreft and Jetz 2010; Oliveira et al. 2015), but often they involve multiple and overly technical steps. As a consequence, most biogeographical studies still use arbitrarily defined areas.
To make identification of bioregions simple and effective for any set of species distribution data, we present the web-based, interactive mapping tool Infomap Bioregions. The underlying method clusters bipartite networks that contain both species and grid cells. This method was recently shown to outperform approaches that abstract away the species into species similarities between grid cells in unipartite networks (Vilhena and Antonelli 2015). Moreover, the bipartite networks are clustered with the information-theoretic clustering algorithm known as Infomap (Rosvall and Bergstrom 2008), which has been acclaimed as the best network clustering algorithm in several comparative studies (Lancichinetti and Fortunato 2009; Aldecoa and Marín 2013). Thanks to its simple and effective design, Infomap Bioregions has wide applications in biogeography, ecology, evolutionary biology, conservation, and related disciplines.
Description
Infomap Bioregions is an interactive web application that identifies taxon-specific bioregions from species distribution data. We first present the application’s workflow (Fig. 1), and then describe each step in detail.
Fig. 1.
Step-by-step illustration of how Infomap Bioregions generates bioregions from species distribution data. Infomap Bioregions: a) inputs comma-separated values for point occurrences, b) adaptively bins species records into discrete geographical grid cells such that the data density determines the spatial resolution, c) extracts a bipartite network between species and grid cells, d) clusters the bipartite network with the Infomap clustering algorithm, e) visualizes the grid cell clusters as bioregions on a zoomable map, f) exports the geographical map in svg or png format, the tables of top occurring and top indicative species for each bioregion in csv format, the species presence/absence matrix for the bioregions in NEXUS format and the geographical information of the bioregions in shapefile or GeoJSON format.
Given user-provided species distribution data, the application first bins the data into geographical grid cells with adaptive spatial resolution. When the data are sparse, the grid size is large; and when the data are dense, the grid size is small. This novel adaptive resolution offers a considerable advantage over conventional uniform binning when dealing with biodiversity data, which is unevenly distributed (Maldonado et al. 2015; Meyer et al. 2016).
The binning generates a bipartite network between species and grid cells, which is then clustered with the Infomap algorithm into bioregions (Edler and Rosvall 2015). The application also identifies the most common and the most indicative species in each grid cell and bioregion. The results are shown as an interactive map together with supporting tables containing information about each bioregion.
To facilitate the integration of bioregion delimitation and ancestral range reconstructions, Infomap Bioregions also supports loading a phylogenetic tree, which may be time-calibrated or not. Fitch’s method of maximum parsimony as originally described (Fitch 1971) is implemented to provide a quick estimate of ancestral ranges. Species in the phylogeny that are not present in the distribution data set are ignored in the ancestral range reconstruction, and ancestral ranges for the remaining species are shown with pie charts based on the bioregions identified (see Fig. 3). The bioregions can also be exported to allow analyses under alternative methods of ancestral range reconstruction.
Figure 3.
Bioregion map and phylogenetic tree of world mammals with ancestral range reconstruction, generated with Infomap Bioregions. a) Phylogenetic tree of 5747 mammals computed from Faurby and Svenning (2015), fully zoomable on the online application. Ancestral ranges were reconstructed under Fitch parsimony. Pie charts depict most parsimonious ancestral ranges at nodes, and current distributions for extant species. Branch lines are scaled to the number of terminals subtending each branch, in order to improve visualization of the overall tree structure. b) Magnified part of the tree, highlighting the rock-wallabies (genus Petrogale) which are currently distributed across several bioregions in Australia. This analysis suggests that all rock-wallabies, including the yellow-footed rock-wallaby (Petrogale xanthopus), which is the most indicative species of the southeast bioregion (i), originated from a common ancestor in northern Australia. c) Bioregion map of world mammals using species point occurrences from GBIF. White areas have insufficient data and were excluded from the analysis. Colors are used consistently across the subfigures. Table 2 shows information about labeled bioregions.
Input Data
For species distribution data, Infomap Bioregions supports both point occurrences and species range maps. Point occurrences are specified in a text file with either comma-separated (CSV) or tab-separated (TSV) values. The application requires a header with the column names, and the user must identify which columns that should be parsed as name, latitude, and longitude, respectively (Fig. 1a). Range maps are specified in the shapefile format, which includes multiple files: a .shp file for species range polygons, a .dbf file for the attributes of each range polygon, and, optionally, a .prj file for projection information. As for point occurrence data, the user must identify which attribute to parse as the name of the species.
For phylogenetic data, Infomap Bioregions supports the NEXUS and Newick tree formats.
Output Data
The map with bioregions can be exported in .svg and .png format. The shapes of bioregions can be exported in .geojson and shapefile format, and a species presence/absence matrix for the bioregions can be exported in .nexus format for further analyses in, for example, BioGeoBEARS (Matzke 2013), BayArea (Landis et al. 2013), and many other ancestral reconstruction tools that can handle such files.
Summary tables of the most common and the most indicative species for each bioregion can be exported in .csv format, and the tree can be exported in .svg format.
Adaptive Resolution
Where data are sparse, single cells can be clustered in distinct bioregions. To avoid providing more detail than the data can support, Infomap Bioregions automatically adapts the grid size to the amount and spatial distribution of the input data. This is done by mapping the input data to a so-called quadtree data structure, as illustrated in Figure 1b.
The adaptive resolution algorithm uses the quadtree to hierarchically partition geographical space into quadratic grid cells of increasingly smaller size by recursively subdividing each grid cell into four quadrants. When the algorithm reaches the user-provided maximum cell size (default is ), it aggregates the species into grid cells.
To make the resolution adaptive to the density of the data, each grid cell has a user-provided maximum cell capacity (default is 100 species occurrence records). The algorithm recursively subdivides all grid cells with more records than the maximum cell capacity until it reaches the user-provided minimum cell size (default is ). However, if a grid cell after a subdivision contains less species than the user-provided minimum cell capacity (default is 10), the algorithm reverts the most recent subdivision to avoid creating regions with too few data points.
With these criteria, Infomap Bioregions can simultaneously identify high-resolution bioregions where data are abundant and low-resolution bioregions where data are sparse, and thereby avoid over- and underfitting across all bioregions.
For point occurrence data, these criteria make the adaptive resolution straightforward. For range maps, the application first adds a species record to each grid cell of minimum size that intersects with the corresponding species range polygon, and then proceeds with the adaptive binning to satisfy the user-specified criteria.
It is also possible to interactively modify the resolution of the bioregions by adjusting the Markov time for the Infomap clustering algorithm (Kheirkhahzadeh et al. 2016). In this way, the user can tune Infomap to search for bigger or smaller bioregions that are still supported by the data.
Bipartite Network
When Infomap Bioregions aggregates the species into geographical grid cells, it forms a bipartite network with species and grid cells as the two types of nodes. Each species is connected by an unweighted link to each grid cell in which it is present. We purposefully avoid weighting the links by the number of records, because that would make the results sensitive to spatially biased sampling. Instead, we let the density of species records increase the spatial resolution as described above. In this way, dense data generate large networks.
Bioregions and Indicator Species
Infomap Bioregions clusters the bipartite network with Infomap for bipartite networks (Kheirkhahzadeh et al. 2016). The resulting clusters contain both grid cells and species, and define the bioregions. The software displays the bioregions with different colors on a map, and provides a table for each bioregion including summary statistics and species lists. The application lists, for grid cells and bioregions, both the most common species and the most indicative species with the highest relative abundance. That is, for species in grid cell or bioregion
, the indicative score
is defined as the ratio between the frequency
of the species in the region and the frequency
of the species in all regions,
. Thus, an indicative score of 2 means that a species is twice as frequent in the region than in the entire data set. In the bioregions tables, the most common and indicative species are displayed together with charts that show the distribution of those species in other bioregions. This information makes it possible to find endemic species, unique or close to unique to a specific bioregion.
Results and Discussion
To validate Infomap Bioregions, we applied it to range maps of amphibians and point occurrences of terrestrial mammals. For amphibians, we downloaded global distribution data as range polygons for 6069 species from the International Union for Conservation of Nature (IUCN, http://www.iucn.org, downloaded August 17, 2015, from http://www.iucnredlist.org/technical-documents/spatial-data). For terrestrial mammals, we compiled the global distribution of 5005 species from a collection of georeferenced observation records obtained through the Global Biodiversity Information Facility (http://file:///D|/shobana/2016/11-November/07112016/File/GBIF.org GBIF.org [11th November 2015; GBIF Occurrence Download http://doi.org/10.15468/dl.wnjjkc]). We cleaned the mammal data set using the R functions in the package speciesgeocodeR (Töpel et al. 2016), checking for obvious errors such as empty coordinates, terrestrial species reported in the sea, and coordinates assigned to country or province centroids.
For the resolution, we allowed grid cells to range between and
to reflect spatial differences in data density. We used maximum cell capacity 100 and set the minimum cell capacity to 5. Below we show the bioregion maps of the amphibians and mammals, and highlight a few bioregions.
For terrestrial mammals, we downloaded a set of 1000 species-level phylogenies of all mammals from Faurby and Svenning (2015) and calculated the maximum clade credibility tree using TreeAnnotator in the package BEAST v.1.8.2 (Drummond and Rambaut 2007). We were able to match 4426 species between the phylogeny and the georeferenced data set.
Amphibians
We identified 87 bioregions of amphibians as illustrated in Figure 3 (see Supplementary Material available on Dryad at http://dx.doi.org/10.5061/dryad.2s201 for detailed results). In Table 1, we detail the three most species-rich bioregions and three small bioregions with relatively many species. Most of the species belong to relatively large bioregions, but we also identified smaller bioregions, such as in the Caribbean where island endemics are common, and in the tropical Andes where species turnover is high and many species are located in just a few cells.
Table 1.
Selected amphibian bioregions
Location | Records | Species | Cells | Most common | Most indicative |
---|---|---|---|---|---|
species (records) | species (score) | ||||
(a) South America | 42,161 | 719 | 167 | Trachycephalus venulosus (600) | Lithobates palmipes (3.3) |
Veined tree frog | Amazon River frog | ||||
(b) Africa | 27,267 | 553 | 333 | Kassina senegalensis (970) | Hildebrandtia ornata (2.1) |
Senegal running frog | African ornate frog | ||||
(c) Eurasia | 13,083 | 103 | 313 | Rana arvalis (1547) | Triturus cristatus (1.3) |
Moor frog | Northern crested newt | ||||
(d) Andes | 121 | 75 | 1 | Pristimantis nervicus (13) | Pristimantis nervicus (157) |
— | — | ||||
(e) Hispaniola | 181 | 65 | 4 | Hypsiboas heilprini (28) | Osteopilus vastus (73) |
Los Bracitos tree frog | Hispaniola tree frog | ||||
(f) Cuba | 214 | 61 | 4 | Osteopilus septentrionalis (28) | Eleutherodactylus varleyi (73) |
Cuban tree frog | — |
Notes: For exact locations, the indices (a)–(f) are displayed on the bioregion map in Figure 2. Bioregions (a)–(c) are the most species-rich and (d)–(f) are hand-picked to illustrate how even small bioregions can contain relatively many species. Common names taken from Encyclopedia of Life at http://eol.org
The identified bioregions largely coincide with those found by Vilhena and Antonelli (2015), except for some differences due to the adaptive resolution and its settings. For the Neotropics, our clustering seems to reflect the regionalization proposed by Morrone (2006; 2014) for some subregions and provinces such as the Amazonian subregion, the Parana subregion, and the Chacoan dominion. Infomap Bioregions also successfully identified small bioregions, for example, in the island of Hispaniola and in the tropical Andes, which could be particularly considered for conservation. Other examples of relatively small-scale bioregions include the Cape region in South Africa and the Dahomey gap in West Africa (Fig. 2).
Figure 2.
Bioregion map of the world’s amphibians generated with Infomap Bioregions, using the IUCN species range maps. White areas have insufficient data and were excluded from the analysis. The inset shows a zoom-in of Central America, the West Indies, and northwestern South America, depicting many small bioregions that reflect high turnover of species assemblages and narrow-range distributions characteristic for the region. Table 1 shows information about labeled bioregions.
Mammals
We identified 62 bioregions of mammals, which we show together with their phylogenetic tree and ancestral range reconstructions in Figure 3 (see Supplementary Material available on Dryad for detailed results). Some of the bioregions are very large, reflecting major continental-wide differences, whereas others comprise no more than a few square degrees. For example, we identified more than 10 bioregions for Australia, a landmass known to contain a high number of species and ecosystems (see Table 2).
Table 2.
Highlighted mammalian bioregions, sorted on species richness
Location | Records | Species | Cells | Most common | Most indicative |
---|---|---|---|---|---|
species (records) | species (score) | ||||
(a) South America | 69,757 | 1448 | 254 | Glossophaga soricina (1588) | Uroderma bilobatum (36) |
Pallas’s long-tongued bat | Tent-making Bat | ||||
(b) Africa | 38,258 | 1105 | 323 | Mastomys natalensis (991) | Mus musculoides (58) |
Common African rat | Kasai mouse | ||||
(c) Malay Archipelago | 8788 | 576 | 103 | Rattus exulans (370) | Ptenochirus jagori (155) |
Polynesian rat | Greater Musky Fruit Bat | ||||
(d) North America | 279,416 | 812 | 426 | Peromyscus maniculatus (17,600) | Thomomys bottae (3.3) |
Deer mouse | Valley Pocket Gopher | ||||
(e) Andes | 4709 | 394 | 46 | Phyllotis xanthopygus (280) | Akodon albiventer (189) |
Yellow-rumped leaf-eared mouse | White-bellied grass mouse | ||||
(f) Europe | 635,148 | 389 | 266 | Meles meles (46,299) | Talpa europaea (1.2) |
Eurasian badger | European mole | ||||
(g) New Guinea | 5107 | 325 | 46 | Syconycteris australis (260) | Echymipera kalubu (220) |
Southern blossom bat | Common Echymipera | ||||
(h) SE Australia | 298,374 | 269 | 39 | Phascolarctos cinereus (26,029) | Petaurus australis (2.2) |
Koala | Yellow-bellied glider | ||||
(i) SE Australia | 43,669 | 147 | 22 | Macropus robustus (9,176) | Petrogale xanthopus (6.2) |
Hill wallaroo | Yellow-footed rock-wallaby |
Notes: For exact locations, the indices (a)–(i) are displayed on the bioregion map in Figure 3. Common names taken from Encyclopedia of Life at http://eol.org
We acknowledge that the automated cleaning steps described above for species occurrences are probably not sufficient to fully validate the distribution data set. Careful revision of specimens and localities by taxonomists, and increased spatial sampling, are some of the time-consuming tasks required to produce more reliable data sets (Maldonado et al. 2015; Meyer et al. 2016). As a consequence, our results may be affected by sampling biases, inaccurate georeferencing, and/or incorrect identifications. These issues prevent us from discerning, for example, whether the scattered occurrence of small bioregions in Russia is a real biological result or, more likely, an artifact of the scarce publicly available data for that region.
Validation
We further evaluated the performance of Infomap Bioregions by comparing the bioregions identified for mammals and amphibians with the widely used World Wildlife Fund (WWF) ecoregions (Olson et al. 2001), see Figure 4. For these analyses we used the mapcurves algorithm (Hargrove et al. 2006) as implemented by van Loon (2006). Mapcurves is a quantitative method to compare the spatial concordance between categorical maps, by calculating a goodness of fit (GOF) for each polygon in a map of interest based on the degree of spatial overlap with the polygons of a reference map. The results can be summarized in a global GOF score. Mapcurves is resolution independent, does not require the same number of categories in both maps, and any polygon in a map that can be exactly comprised of a set of polygons in the reference map will show a perfect fit. However, the algorithm generally indicates a poor fit when a finer resolution map is compared to a coarser map. A limitation of this asymmetry becomes apparent when the map of interest has coarser resolution than the chosen reference map in some or most of the areas, but finer resolution in other areas. Therefore, the globally best GOF map may have areas of finer resolution where the local GOF is poor, whereas the bioregions in the reference map covering the same area may have better local GOF. See Hargrove et al. (2006) for a detailed description of the method.
Figure 4.
Comparison between Infomap bioregions and WWF ecoregions using the Mapcurves algorithm (Hargrove et al. 2006). a) Infomap bioregions for the amphibian data set; b) Infomap bioregions for the mammalian data set; c) WWF ecoregions from Olson et al. (2001); d) Mapcurves as a measure for the GOF for the Infomap bioregions with respect to the WWF ecoregions. The graph shows the percentage of bioregions with a GOF score better than the corresponding value on the horizontal axis (zero to one). A perfect fit for all bioregions would be indicated by a horizontal line at the top; e) GOF map of the Infomap bioregions for amphibians and the total GOF score; f) GOF map of the Infomap bioregions for mammals and the total GOF score. The fit of the bioregions to the WWF ecoregions is generally very good, with the exception of several very small bioregions identified by Infomap Bioregions.
The results of the comparison show a generally good fit between the bioregions identified by Infomap Bioregions and the WWF ecoregions. The fit was better for amphibians (global GOF 0.65) than for mammals (0.54), which might be related to the data used for map creation (range polygons vs. point occurrences, respectively). The spatial visualization of the GOF scores shows that the fit is very good for most areas. Differences are mainly associated with a number of very small bioregions, mostly in the Andes for amphibians and mostly in Asia and northern Africa for mammals. For mammals, many of the small bioregions recognized by Infomap Bioregions seem to derive from low data availability. A low fit is also partly an artifact of the asymmetry of the measure as mentioned above, especially for amphibians in the Andes.
We also compared the bioregions identified by Infomap Bioregions to the zoogeographic regions from Holt et al. (2013), which for the amphibians were based on approximately the same data, but delimited using a beta-diversity method including phylogenetic information. The GOF was overall very good, with a global GOF score of 0.77 for amphibians and 0.42 for mammals (see Supplementary Material available on Dryad). In summary, the results of the pairwise comparisons show that bioregions delimited by Infomap Bioregions generally correspond well to commonly used bioregionalization maps, despite differences in the underlying data and methodology applied.
Conclusions
Designed to make data-driven identification of bioregions simple and effective, we introduced the web application Infomap Bioregions and demonstrated its flexibility. A user can load species data from both point occurrences and range polygons, modify parameters directly in the web interface, and export results to various formats for high-quality printing or further biogeographical analyses. The web application uses adaptive spatial resolution, can process millions of records in a few minutes, and applies bipartite network clustering that outperforms traditional methods based on similarity indices. Moreover, the user can load phylogenetic data for the species and explore how the bioregions map to the phylogenetic tree. We validated the application on two large data sets of amphibians and mammals and anticipate that Infomap Bioregions will become a standard tool in many studies in ecology, evolution, conservation biology, and historical biogeography.
Availability and Forthcoming Extensions
Infomap Bioregions is made open source under the GNU AGPL v3+ license. It is written in JavaScript and builds on a set of open source libraries (see dependencies in package.json). Because it is a pure client-side application, all data stay and all calculations run on the user’s computer. Moreover, all heavy calculations run in a background thread. Together, this means improved privacy and performance.
Infomap Bioregions is available at http://bioregions.mapequation.org and the source code is freely available at http://github.com/mapequation/bioregions.
Possible forthcoming extensions include batch runs, additional methods to find indicator species and bioregions, hierarchical clustering of bioregions, deeper integration of phylogenetic information and significance clustering with bootstrap to find which bioregional boundaries are statistically significant. The authors welcome suggestions for enhancements.
Supplementary Material
Data available from the Dryad Digital Repository: http://dx.doi.org/10.5061/dryad.2s201.
Funding
This work was supported by the Swedish Research Council (B0569601 to A.A. and 2012-3729 to M.R.); the European Research Council under the European Union’s Seventh Framework Programme (FP/2007-2013 and ERC Grant Agreement n. 331024 to A.A.); a Wallenberg Academy Fellowship to A.A.; and the São Paulo Research Foundation (2013/04170-8 and 2014/18837-7 to T.G.).
Acknowledgments
We thank Daril Vilhena, Shawn Laffan, and our colleagues and students for discussions. We also thank Anna Eklöf and two anonymous reviewers, associate editor James Albert, and chief editors Frank Andersson and Thomas Near for constructive comments on this manuscript.
References
- Aldecoa R., Marín I. 2013. Exploring the limits of community detection strategies in complex networks. Sci. Rep. 3:2216. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Drummond A. J., Rambaut A. 2007. Beast: Bayesian evolutionary analysis by sampling trees. BMC Evol. Biol. 7:214. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Edler D., Rosvall M. The infomap software package. 2015 http://www.mapequation.org. Available from: URL. [Google Scholar]
- Faurby S., Svenning J.-C. 2015. A species-level phylogeny of all extant and late quaternary extinct mammals using a novel heuristic-hierarchical bayesian approach. Mol. Phylogenet. Evol. 84:14–26. [DOI] [PubMed] [Google Scholar]
- Fitch W. M. 1971. Toward defining the course of evolution: minimum change for a specific tree topology. Syst. Biol. 20:406–416. [Google Scholar]
- Goldberg E. E., Lancaster L. T., Ree R. H. 2011. Phylogenetic inference of reciprocal effects between geographic range evolution and diversification. Syst. Biol. 60:451–465. [DOI] [PubMed] [Google Scholar]
- Hargrove W. W., Hoffman F. M., Hessburg P. F. 2006. Mapcurves: a quantitative method for comparing categorical maps. J. Geogr. Syst. 8:187–208. [Google Scholar]
- Holt B. G., Lessard J.-P., Borregaard M. K., Fritz S. A., Araújo M. B., Dimitrov D., Fabre P.-H., Graham C. H., Graves G. R., Jønsson K. A., Nogués-Bravo D., Wang Z., Whittaker R. J., jeldså J., Rahbek C. 2013. An update of Wallace’s zoogeographic regions of the world. Science 339:74–78. [DOI] [PubMed] [Google Scholar]
- Kheirkhahzadeh M., Lancichinetti A., Rosvall M. 2016. Efficient community detection of network flows for varying markov times and bipartite networks. Phys. Rev. E 93:032309. [DOI] [PubMed] [Google Scholar]
- Kozak K. H., Wiens J. 2006. Does niche conservatism promote speciation? A case study in North American Salamanders. Evolution 60:2604–2621. [PubMed] [Google Scholar]
- Kreft H., Jetz W. 2010. A framework for delineating biogeographical regions based on species distributions. J. Biogeogr. 37:2029–2053. [Google Scholar]
- Lancichinetti A., Fortunato S. 2009. Community detection algorithms: A comparative analysis. Phys. Rev. E 80:056117. [DOI] [PubMed] [Google Scholar]
- Landis M. J., Matzke N. J., Moore B. R., Huelsenbeck J. P. 2013. Bayesian analysis of biogeography when the number of areas is large. Syst. Biol. 62:789–804. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Maldonado C., Molina C. I., Zizka A., Persson C., Taylor C. M., Albán J., Chilquillo E., Rønsted N., Antonelli A. 2015. Estimating species diversity and distribution in the era of big data: to what extent can we trust public databases? Global Ecol. Biogeogr. 24:973–984. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Matzke N. J. BioGeoBEARS: BioGeography with Bayesian (and Likelihood) Evolutionary Analysis in R Scripts. University of California, Berkeley, Berkeley, CA.: 2013. [Google Scholar]
- Matzke N. J. 2014. Model selection in historical biogeography reveals that founder-event speciation is a crucial process in island clades. Syst. Biol. 63:951–970. [DOI] [PubMed] [Google Scholar]
- Meyer C., Weigelt P., Kreft H. 2016. Multidimensional biases, gaps and uncertainties in global plant occurrence information. Ecol. Lett. 9:992–1006. [DOI] [PubMed] [Google Scholar]
- Morrone J. J. 2006. Biogeographic areas and transition zones of Latin America and the Caribbean Islands based on panbiogeographic and cladistic analyses of the entomofauna. Annu. Rev. Entomol. 51:467–494. [DOI] [PubMed] [Google Scholar]
- Morrone J. J. 2014. Biogeographical regionalisation of the neotropical region. Zootaxa 3782:1–110. [DOI] [PubMed] [Google Scholar]
- Oliveira U., Brescovit A. D., Santos A. J. 2015. Delimiting areas of endemism through kernel interpolation. PLoS One 10:e0116673.. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Olson D. M., Dinerstein E., Wikramanayake E. D., Burgess N. D., Powell G. V., Underwood E. C., D’amico J. A., Itoua I., Strand H. E., Morrison J. C., Loucks C. J., Allnutt T. F., Ricketts T. H., Kura Y., Lamoreux J. F., Wettengel W. W., Hedao P., Kassem K. R. 2001. Terrestrial ecoregions of the world: a new map of life on earth a new global map of terrestrial ecoregions provides an innovative tool for conserving biodiversity. BioScience 51:933–938. [Google Scholar]
- Ree R. H., Smith S. A. 2008. Maximum likelihood inference of geographic range evolution by dispersal, local extinction, and cladogenesis. Syst. Biol. 57:4–14. [DOI] [PubMed] [Google Scholar]
- Rosvall M., Bergstrom C. T. 2008. Maps of random walks on complex networks reveal community structure. Proc. Natl. Acad. Sci. USA: 105:1118–1123. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Töpel M., Zizka A., Calió M. F., Scharn R., Silvestro D., Antonelli A. Speciesgeocoder: fast categorization of species occurrences for analyses of biodiversity, biogeography, ecology, and evolution. Syst. Biol. 2016 doi: 10.1093/sysbio/syw064. http://sysbio.oxfordjournals.org/content/early/2016/08/26/sysbio.syw064.abstract [DOI] [PMC free article] [PubMed] [Google Scholar]
- van Loon E. Mapcurves implementation. 2006 http://www.uva.nl/over-de-uva/organisatie/medewerkers/content/l/o/e.e.vanloon/e.e.vanloon.html Available from: URL. [Google Scholar]
- Vilhena D. A., Antonelli A. 2015. A network approach for identifying and delimiting biogeographical regions. Nat. Comm. 6:6848. [DOI] [PMC free article] [PubMed] [Google Scholar]