knitr::opts_chunk$set(echo = TRUE, warning = FALSE, message = FALSE, comment = "") xaringanExtra::use_tile_view() xaringanExtra::use_panelset() xaringanExtra::use_webcam() xaringanExtra::use_editable()
.panelset[ .panel[.panel-name[Code]
library(ggplot2) library(palmerpenguins) ggplot(data = penguins, aes(x = body_mass_g, y = bill_length_mm, color = species, shape = sex)) + geom_point() + theme_bw()
] .panel[.panel-name[Plot]
library(ggplot2) library(palmerpenguins) ggplot(data = penguins, aes(x = body_mass_g, y = bill_length_mm, color = species, shape = sex)) + geom_point() + theme_bw()
]
]
This is .can-edit[editable]
.can-edit[ - one - 2 - III
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.