Learn R Programming

SciencesPo (version 1.4.0)

pub_shape_pal: Shape scales for theme_pub (discrete)

Description

Discrete shape scales for theme_pub().

Usage

pub_shape_pal(palette = "pub")

Arguments

palette
the palette name, a character string.

See Also

Other shape pub: scale_shape_pub

Examples

Run this code
library(scales)

pub_shape_pal("default")(6)
pub_shape_pal("proportions")(4)
pub_shape_pal("gender")(2)

Run the code above in your browser using DataLab