Learn R Programming

ggthemes (version 5.0.0)

calc_shape_pal: Calc shape palette (discrete)

Description

Shape palette based on the shapes used in LibreOffice Calc.

Usage

calc_shape_pal()

Arguments

Details

This palette uses unicode symbols for the shapes. It will not work for all graphics devices.

See Also

Other shapes calc: scale_shape_calc()

Examples

Run this code
library("ggplot2")

if (FALSE) {
  show_shapes(calc_shape_pal()(13))
}

Run the code above in your browser using DataLab