| penguins {coursekata} | R Documentation |
A modified form of the palmerpenguins::penguins data set.
Description
The modifications are to select only a subset of the variables, and convert some of the units.
Usage
penguins
Format
A data frame with 333 observations on the following 7 variables:
speciesThe species of penguin, coded as "Adelie", "Chinstrap", or "Gentoo".
gentooWhether the penguin is a Gentoo penguin (1) or not (0).
body_mass_kgThe mass of the penguin's body, in kilograms.
flipper_length_mThe length of the penguin's flipper, in m.
bill_length_cmThe length of the penguin's bill, in cm.
femaleWhether the penguin is female (1) or not (0).
islandThe island where the penguin was observed, coded as "Biscoe", "Dream", or "Torgersen".
[Package coursekata version 0.17.0 Index]