Learn R Programming

ggpattern (version 0.1.3)

scale_pattern_linetype: Scale for line patterns

Description

Default line types based on a set supplied by Richard Pearson, University of Manchester. Continuous values can not be mapped to line types.

Usage

scale_pattern_linetype(..., na.value = "blank")

scale_pattern_linetype_continuous(...)

scale_pattern_linetype_discrete(..., na.value = "blank")

Arguments

...

see ggplot2::scale_linetype for more information

na.value

The linetype to use for `NA` values.