| show_shapes {ggthemes} | R Documentation |
A quick and dirty way to show shapes.
show_shapes(shapes, labels = TRUE)
shapes |
A numeric or character vector of shapes. See
|
labels |
Include the plotting character value of the symbol. |
library("scales")
show_shapes(shape_pal()(5))
show_shapes(shape_pal()(3), labels = TRUE)