penguins_stats | R Documentation |
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 |
penguins_stats
An object of class data.table
(inherits from data.frame
) with 3 rows and 4 columns.
palmerpenguins:penguins
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.