Learn R Programming

diverse (version 0.1.2)

geese: Geese dataset

Description

A matrix of species of geese. The dataset includes the quantity of 4 species of geese observed by year in the Netherlands. The data comes from the Dutch bird protection organisation Sovon.

Usage

geese

Arguments

Format

A matrix with the variables:
Columns
Year of observation
Rows
Species

Examples

Run this code
str(geese)
summary(geese)
geese[,"2000"]
geese["Mute Swan",]

Run the code above in your browser using DataLab