Usage
theme_factominer(
base_size = 11,
base_family = "sans",
title_family = "sans",
rel_title = 1.5,
rel_subtitle = 1.05,
rel_caption = 0.78,
rel_axis_title = 0.9,
rel_axis_text = 0.85,
rel_legend_title = 0.88,
rel_legend_text = 0.85,
rel_strip_text = 0.9,
# point_size = 2.5,
# label_size = 3.5,
dark_text = "#1C2B3A",
mid_text = "#4A5A6A",
light_text = "#7A8A9A",
factominer_grid_col = "#E2E8F0"
)scale_colour_factominer(...)
scale_fill_factominer(...)
scale_colour_factominer_contrib(name = "Contribution", limits = NULL, ...)
scale_fill_factominer_contrib(name = "Contribution", limits = NULL, ...)
scale_colour_factominer_cos2(name = "cos2", breaks = c(0, 0.25, 0.5, 0.75, 1), ...)
scale_fill_factominer_cos2(name = "cos2", breaks = c(0, 0.25, 0.5, 0.75, 1), ...)
scale_colour_factominer_coord(name = "Coordinate", midpoint = 0, ...)
scale_fill_factominer_coord(name = "Coordinate", midpoint = 0, ...)
scale_colour_factominer_pvalue(name = "p-valeur", threshold = 0.05,
breaks = c(0, 0.001, 0.01, 0.05, 0.1, 0.5, 1), ...)
scale_fill_factominer_pvalue(name = "p-valeur", threshold = 0.05,
breaks = c(0, 0.001, 0.01, 0.05, 0.1, 0.5, 1), ...)
geom_contrib_reference(n, ...)
factominer_breaks_contrib(max_val, n_breaks = 5)
factominer_breaks_cos2()
factominer_labels_pct(digits = 1)