penguins_stats {RplotterPkg} | R Documentation |
penguins_stats data
Description
The palmerpenguins:penguins
dataset is grouped by the variable
"species" and a data frame is produced with statistics for
average, minimum and maximum body mass.
avg_body_mass | numeric species average body mass |
min_body_mass | numeric species minimum body mass |
max_body_mass | numeric species maximum body mass |
Usage
penguins_stats
Format
An object of class data.table
(inherits from data.frame
) with 3 rows and 4 columns.
Source
palmerpenguins:penguins
[Package RplotterPkg version 0.1.3 Index]