View source: R/add_layer_cogs_.R
cog_group | R Documentation |
Make a cog group data frame to be passed into add_layer_cogs()
cog_group(...)
... |
sets of three values to fill in 'cog_group', 'cols', and 'name' |
cog_group(
"univariate_discrete", "x", "_x",
"univariate_counts", "x", "_n"
)
cog_group(
"univariate_continuous", "x", "_x",
"univariate_continuous", "y", "_y",
"bivariate_continuous", c("x", "y"), "_bivar",
"scagnostics", c("x", "y"), "_scagnostic",
"bivariate_counts", c("x", "y"), "_n"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.