Using labels from an existing data frame as labels for the x and y axis in ggplot2

Hi guys
Does anyone know if there is an equivalent of the plot functions xlab= get_labels(df$varname1) and ylab= get_labels(df$varname2) in ggolot2?
This function basically uses existing labels from a dataframe for axis labels in a ggplot.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.