facet_cnn: Facet by CNN

Description Usage See Also Examples

Description

Facet by CNN

Usage

1
2
facet_cnn(facets = ~cnn, scales = "free", as.table = FALSE,
  labeller = ggplot2::as_labeller(AES_CNN_LABELS), ...)

See Also

Other gg_aes: PrettyPredictors, PrettyTargets, gg_x_target, scale_color_cnn, 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

Examples

1
data.frame(cnn = rep(c("rnd", "pre"), 5), n=1:10) %>% ggplot(., aes(x=n)) + geom_histogram() + facet_cnn()

mbadge/hipsMultimodal documentation built on May 9, 2019, 12:05 a.m.