pollination_matrix | R Documentation |
This dataset, pollination_matrix, is a matrix representing a pollination web collected in Argentina. It was originally published by Vázquez and Simberloff (2003) and includes 9 plant species (rows) and 27 pollinator species (columns), with integer values indicating the number of observed interactions between each pair.
data(pollination_matrix)
A matrix with 9 rows and 27 columns:
Plant species (9 total)
Pollinator species (27 total)
Integer counts of interactions between plant and pollinator species
The dataset name has been kept as 'pollination_matrix' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ArgentinAPI package and assists users in identifying its specific characteristics. The suffix 'matrix' indicates that the dataset is a matrix object. The original content has not been modified in any way.
Data taken from the bipartite package version 2.20
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.