gf_empty | R Documentation |
This is primarily useful as a way to start a sequence of piped plot layers.
gf_empty(environment = parent.frame())
environment |
An environment passed to |
A plot with now layers.
gf_empty()
data(penguins, package = "palmerpenguins")
gf_empty() |>
gf_point(bill_length_mm ~ bill_depth_mm, data = penguins, color = ~species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.