scale_linetype_crim: A set of linetypes

View source: R/graph_theme.R

scale_linetype_crimR Documentation

A set of linetypes

Description

A set of linetypes

Usage

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()

jacobkap/crime documentation built on Jan. 10, 2023, 8:19 a.m.