Learn R Programming

ggplot2 (version 3.1.0)

aes_all: Given a character vector, create a set of identity mappings

Description

Given a character vector, create a set of identity mappings

Usage

aes_all(vars)

Arguments

vars

vector of variable names

Examples

Run this code
# NOT RUN { aes_all(names(mtcars)) aes_all(c("x", "y", "col", "pch")) # } 

Run the code above in your browser using DataLab