A set of linetypes

scale_linetype_crim(...)

Arguments

...

Arguments passed to discrete_scale()

Value

The ggplot graph with linetypes set.

Examples

ggplot2::ggplot(mtcars, ggplot2::aes(x = mpg, y = hp, linetype = as.character(cyl))) +
  ggplot2::geom_line(size = 1) +
  scale_linetype_crim() +
  theme_crim()
#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#>  Please use `linewidth` instead.