island | R Documentation |
This data set records the presence of different bird species on islands that varies in size and their distance to the mainland.
island
A data frame with 50 observations (rows) and 3 variables (columns).
Column name | Data type | Description | Values | |
[,1] | incidence | integer | 1 if a bird species is present, otherwise 0 | (0, 1) |
[,2] | area | numeric | The area of the island in km^2 | (0.153 - 9.269) |
[,3] | isolation | numeric | The distance to the mainland in km | (2.023 - 9.577) |
The R book
, M.J. Crawley, Wiley, 2013. (Chapter 17.1)
# A short summary of the variables
summary(island)
# Scatterplot matrix of all variables
pairs(island)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.