Learn R Programming

crimeutils (version 0.5.1)

scale_linetype_crim: A set of linetypes

Description

A set of linetypes

Usage

scale_linetype_crim(...)

Value

The ggplot graph with linetypes set.

Arguments

...

Arguments passed to discrete_scale()

Examples

Run this code
ggplot2::ggplot(mtcars, ggplot2::aes(x = mpg, y = hp, linetype = as.character(cyl))) +
  ggplot2::geom_line(size = 1) +
  scale_linetype_crim() +
  theme_crim()

Run the code above in your browser using DataLab