penguins
Physical characteristics of penguins on Antarctic islands. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station, Antarctica LTER, a member of the Long Term Ecological Research Network
Horst AM, Hill AP, Gorman KB (2020). palmerpenguins: Palmer Archipelago (Antarctica) penguin data. R package version 0.1.0. palmerpenguins. doi: 10.5281/zenodo.3960218.
Usage
import { penguins, type Penguin } from '@graphique/datasets';
Exports
Penguin
interface
name | description |
---|---|
beakDepth | beak depth (mm) number | null |
beakLength | beak length (mm) number | null |
bodyMass | body mass (g) number | null |
flipperLength | flipper length (mm) number | null |
island | island of penguin "Biscoe" | "Dream" | "Torgersen" |
sex | 'Male', 'Female' (contains uncategorized) string | null |
species | species of penguin "Adelie" | "Chinstrap" | "Gentoo" |