powered by
Evaluate data column
eval_data_col(data, aes_col)
Aes mapping with the x and y values switched
data set to evaluate the data with
Single value from an ggplot2::aes(...) object
ggplot2::aes(...)
mapping <- ggplot2::aes(Petal.Length) eval_data_col(iris, mapping$x)
Run the code above in your browser using DataLab