show_linetypes {ggthemes} | R Documentation |
Show linetypes
Description
A quick and dirty way to show linetypes.
Usage
show_linetypes(linetypes, labels = TRUE)
Arguments
linetypes |
A character vector of linetypes. See
|
labels |
Label each line with its linetype (lty) value. |
Value
This function called for the side effect of creating a plot.
It returns linetypes
.
See Also
show_col()
, show_linetypes()
Examples
library("scales")
show_linetypes(linetype_pal()(3))
show_linetypes(linetype_pal()(3), labels = TRUE)
[Package ggthemes version 5.1.0 Index]