Generate ggplot aesthetic instructions
Usage
.buildAes(
x = TRUE,
y = TRUE,
color = FALSE,
shape = FALSE,
size = FALSE,
fill = FALSE,
group = FALSE,
alt = NULL
)Arguments
- x
A
logicalthat indicates whether to enablexin the aesthetic instructions (default:TRUE).- y
A
logicalthat indicates whether to enableyin the aesthetic instructions (default:TRUE).- color
A
logicalthat indicates whether to enablecolorin the aesthetic instructions (default:FALSE).- shape
A
logicalthat indicates whether to enableshapein the aesthetic instructions (default:FALSE).- size
A
logicalthat indicates whether to enablesizein the aesthetic instructions (default:FALSE).- fill
A
logicalthat indicates whether to enablefillin the aesthetic instructions (default:FALSE).- group
A
logicalthat indicates whether to enablegroupin the aesthetic instructions (default:FALSE).- alt
Alternative aesthetics, supplied as a named character vector.
Value
Aesthetic instructions for ggplot as a character
value.