aes_all {ggplot2}R Documentation

Generate identity mappings

Description

Given a character vector, create a set of identity mappings

Usage

aes_all(vars)

Arguments

vars vector of variable names

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

aes_all(names(mtcars))
aes_all(c("x", "y", "col", "pch"))

[Package ggplot2 version 0.8.5 Index]