map_shape {ggplot}R Documentation

Aesthetic mapping: glyph shape

Description

Map values to point shapes.

Usage

map_shape(x, solid=FALSE)

Arguments

x data vector
solid use solid points?

Details

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

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

http://www.public.iastate.edu/~dicook/scgn/v141.pdf


[Package ggplot version 0.4.2 Index]