Nothing
Code
construct(p1, data = list(mpg_99 = mpg_99))
Message
{constructive} couldn't create code that reproduces perfectly the input
i Call `construct_issues()` to inspect the last issues
Output
mpg_99 |>
ggplot2::ggplot(ggplot2::aes(displ, hwy)) +
ggplot2::geom_point() +
ggplot2::scale_x_continuous(limits = c(1, 7))
Code
construct(p2, data = list(mpg_99 = mpg_99))
Output
mpg_99 |>
ggplot2::ggplot(ggplot2::aes(displ, hwy)) +
ggplot2::geom_point() +
ggplot2::facet_wrap(facets = ggplot2::vars(manufacturer)) +
ggplot2::scale_x_continuous(limits = c(1, 7)) +
ggplot2::scale_y_continuous(limits = c(10, 45))
Code
construct(p2, data = list(mpg_99 = mpg_99))
Message
{constructive} couldn't create code that reproduces perfectly the input
i Call `construct_issues()` to inspect the last issues
Output
mpg_99 |>
ggplot2::ggplot(ggplot2::aes(displ, hwy)) +
ggplot2::geom_point() +
ggplot2::facet_wrap(facets = ggplot2::vars(manufacturer)) +
ggplot2::scale_x_continuous(limits = c(1, 7)) +
ggplot2::scale_y_continuous(limits = c(10, 45))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.