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)
species <- here::here("man", "figures", "lter_penguins.png") link <- xfun::embed_file(species, "penguins.png", "Download 'meet the penguins' art") link
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
hex <- here::here("man", "figures", "palmerpenguins.png") link <- xfun::embed_file(hex, "palmerpenguins.png", "Download palmerpenguins hex") link
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.