data.: A data frame containing the variables in the formula.
formula.: A formula of the form y ~ x1 + x2 + ... + xn, where y is the response variable and x1, x2, ..., xn are the predictor variables. A dot as right hand side is allowed.
geoms: A list of ggplot2 geoms to be added to the plot.
global_aes: A list of global aesthetics to be added to the plot.
plot: A logical value indicating whether the plot should be displayed.