map_linetype {ggplot}R Documentation

Aesthetic mapping: line type

Description

Map values to line types

Usage

map_linetype(x)

Arguments

x data vector

Details

If x is not a factor, will be converted to one by link{chop_auto}. Can display at most 4 different categories.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]