Description Usage See Also Examples
Scales for CNNs
1 2 3 4 5 6 7 | scale_color_cnn(title = "Encoding CNN", values = AES_CNN_COLORS,
labels = AES_CNN_LABELS)
aes_cnn_col()
scale_fill_cnn(title = "Encoding CNN", values = AES_CNN_COLORS,
labels = AES_CNN_LABELS)
|
Other gg_aes: PrettyPredictors,
PrettyTargets, facet_cnn,
gg_x_target,
scale_color_cohort,
scale_color_device,
scale_color_fx,
scale_color_targetMode,
scale_color_target,
scale_color_view,
scale_fill_sex,
scale_predictor_,
scale_x_cohort,
scale_x_target
1 2 3 | vizR::pal_col(AES_CNN_COLORS)
ggplot(data.frame(x = 1:2, cnn = hips::hipsOpt(btlncks)), aes(x=x, fill=cnn)) +
geom_bar() + scale_fill_cnn()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.