aes {ggplot2}R Documentation

Generate aesthetic mappings

Description

Aesthetic mappings describe how variables in the data are mapped to visual properties (aesthetics) of geoms.

Usage

aes(...)

Arguments

... List of name value pairs

Details

This function also performs partial name matching, converts color to colour, and old style R names to new ggplot names (eg. pch to shape, cex to size)

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package ggplot2 version 0.5.2 Index]