Learn R Programming

SveltePlots (version 0.1.0)

penguins: Penguins Dataset

Description

This dataset provides measurements of penguins. It is included in the `palmerpenguins` package. For detailed information, please refer to the [palmerpenguins documentation](https://allisonhorst.github.io/palmerpenguins/).

Usage

penguins

Arguments

Format

A data frame with 344 rows and 8 variables.

species

Factor with levels Adelie, Chinstrap, Gentoo.

island

Factor with levels Biscoe, Dream, Torgersen.

bill_length_mm

Numeric.

bill_depth_mm

Numeric.

flipper_length_mm

Numeric.

body_mass_g

Numeric.

sex

Factor with levels female, male.

year

Integer.

See Also

Examples

Run this code
data(penguins)
head(penguins)

Run the code above in your browser using DataLab