show_shapes {ggthemes} | R Documentation |
Show shapes
Description
A quick and dirty way to show shapes.
Usage
show_shapes(shapes, labels = TRUE)
Arguments
shapes |
A numeric or character vector of shapes. See
|
labels |
Include the plotting character value of the symbol. |
Value
This function called for the side effect of creating a plot.
It returns shapes
.
See Also
show_col()
, show_linetypes()
Examples
library("scales")
show_shapes(shape_pal()(5))
show_shapes(shape_pal()(3), labels = TRUE)
[Package ggthemes version 5.1.0 Index]