knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

You are invited to use this accompanying artwork when you use or teach with palmerpenguins! Please cite with "Artwork by @allison_horst".

library(palmerpenguins)

Meet the Palmer penguins

species <- here::here("man", "figures", "lter_penguins.png")
link <- xfun::embed_file(species, "penguins.png", "Download 'meet the penguins' art")
link

Culmen measurements

What are culmen length & depth? The culmen is "the upper ridge of a bird's beak" (definition from Oxford Languages). In the simplified penguins subset, culmen length and depth have been updated to variables named bill_length_mm and bill_depth_mm.

For this penguin data, the bill/culmen length and depth are measured as shown below (thanks Kristen Gorman for clarifying!):

bills <- here::here("man", "figures", "culmen_depth.png")
link <- xfun::embed_file(bills, "culmen_depth.png", "Download 'penguin bills' art")
link

palmerpenguins hex sticker

hex <- here::here("man", "figures", "palmerpenguins.png")
link <- xfun::embed_file(hex, "palmerpenguins.png", "Download palmerpenguins hex")
link



allisonhorst/palmerpenguins documentation built on Sept. 20, 2024, 12:05 p.m.