These functions allow you to specify your own set of mappings from levels in the data to aesthetic values.
scale_extrude_face_fill_manual(
...,
values,
aesthetics = "extrude_face_fill",
breaks = waiver()
)scale_extrude_face_alpha_manual(
...,
values,
aesthetics = "extrude_face_alpha",
breaks = waiver()
)
scale_extrude_edge_colour_manual(
...,
values,
aesthetics = "extrude_edge_colour",
breaks = waiver()
)
scale_extrude_edge_alpha_manual(
...,
values,
aesthetics = "extrude_edge_alpha",
breaks = waiver()
)
arguments passed on to discrete_scale
. See ggplot2::scale_fill_manual
for more details.
See ggplot2::scale_fill_manual
documentation for more details.