Learn R Programming

SciencesPo (version 1.4.1)

pub_shapes: Shape scales for theme_pub (discrete)

Description

Discrete shape scales for theme_pub().

Usage

pub_shapes(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_shapes("default")(6)
pub_shapes("proportions")(4)
pub_shapes("gender")(2)

Run the code above in your browser using DataLab