Learn R Programming

networksis (version 2.1-3)

finch: Co-location of Darwin's finches as a bipartite graph

Description

Data on co-location of finches noted during Charles Darwin's visit to the Galapagos Islands.

Usage

data(finch)

Arguments

Details

Charles Darwin compiled these data for thirteen finch species on a visit to the Galapagos Islands. For each finch type, he recorded on which of seventeen islands that finch could be found. Sanderson (2000) argues that, in examining island biogeography, it is important to condition on the number of islands and species in order to sample from the appropriate null space, so graphs sampled from the null distribution of the observed graph should have the same marginals. Chen et al. (2005) report the number of graphs matching the marginal constraints of Darwin's finch data to be 67,149,106,137,567,626.

References

Chen, Yuguo, Persi Diaconis, Susan P. Holmes, and Jun S. Liu (2005). Sequential Monte Carlo methods for statistical analysis of tables. Journal of the American Statistical Association, 100, 109-120.

Sanderson, James G. (2000). Testing Ecological Patterns, American Scientist, 88, 332-339.

Examples

Run this code
data(finch)

# Plot the network
plot(finch)

# Network summary
summary(finch)	

Run the code above in your browser using DataLab