Learn R Programming

toastui (version 0.4.0)

caes: Construct aesthetic mappings

Description

Low-level version of ggplot2::aes.

Usage

caes(x, y, ...)

Value

a list of quosure.

Arguments

x, y, ...

List of name-value pairs in the form aesthetic = variable.

Examples

Run this code
caes(x = month, y = value)
caes(x = month, y = value, fill = city)

Run the code above in your browser using DataLab