show_linetypes: Show linetypes

View source: R/show.R

show_linetypesR 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 par().

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)

jrnold/ggthemes documentation built on Feb. 17, 2024, 7:30 a.m.