Learn R Programming

RplotterPkg (version 0.1.3)

penguins_stats: 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_massnumeric species average body mass
min_body_massnumeric species minimum body mass
max_body_massnumeric species maximum body mass

Usage

penguins_stats

Arguments

Format

An object of class data.table (inherits from data.frame) with 3 rows and 4 columns.