get_aesthetics.RdHelper function to ignore NULL inputs when adding
aesthetics to a ggplot.
get_aesthetics(
x_str = NULL,
y_str = NULL,
color_str = NULL,
fill_str = NULL,
group_str = NULL,
linetype_str = NULL
)Character string specifying the name of the data column to plot on the x-axis.
Character string specifying the name of the data column to plot on the y-axis.
Character string specifying the name of the data column to use for the color aesthetic.
Character string specifying the name of the data column to use for the fill aesthetic.
Character string specifying the name of the data column to use for the group aesthetic.
Character string specifying the name of the data column to use for the linetype aesthetic.
A ggplot2::aes() object.