Learn R Programming

ggrgl (version 0.1.0)

scale_extrude_face_fill_manual: Create your own discrete scale

Description

These functions allow you to specify your own set of mappings from levels in the data to aesthetic values.

Usage

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

...

arguments passed on to discrete_scale. See ggplot2::scale_fill_manual for more details.

values, aesthetics, breaks

See ggplot2::scale_fill_manual documentation for more details.