parse_ggplot2_args | R Documentation |
ggplot2_args
object into the ggplot2
expression
A function to parse expression from the ggplot2_args
object.
parse_ggplot2_args(
ggplot2_args = teal.widgets::ggplot2_args(),
ggtheme = c("default", "gray", "bw", "linedraw", "light", "dark", "minimal", "classic",
"void", "test")
)
ggplot2_args |
( |
ggtheme |
( |
(list
) of up to three elements of class languange
: "labs"
, "ggtheme"
and "theme"
.
parse_ggplot2_args(
resolve_ggplot2_args(ggplot2_args(
lab = list(title = "TITLE"),
theme = list(title = ggplot2::element_text(size = 20))
))
)
parse_ggplot2_args(
resolve_ggplot2_args(
ggplot2_args(
lab = list(title = "TITLE"),
theme = list(title = ggplot2::element_text(size = 20))
)
),
ggtheme = "gray"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.