Learn R Programming

xpose (version 0.4.19)

aes_c: Set new default value for ggplot2 aesthetics

Description

Set new default value for ggplot2 aesthetics

Usage

aes_c(fun_aes, user_aes)

Value

ggplot2 aesthetics mapping

Arguments

fun_aes

Default ggplot2 aesthetics mapping defined for the function

user_aes

ggplot2 aesthetics mapping inputted by the user. These aesthetics will overwrite matching elements in `fun_aes`.