penguins {SveltePlots}R Documentation

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

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.

Source

This dataset is sourced from the 'palmerpenguins' package.

See Also

palmerpenguins documentation

Examples

data(penguins)
head(penguins)

[Package SveltePlots version 0.1.0 Index]