Evaluate data column
Evaluate data column
eval_data_col(data, aes_col)
data |
data set to evaluate the data with |
aes_col |
Single value from an |
Aes mapping with the x and y values switched
mapping <- ggplot2::aes(Petal.Length) eval_data_col(iris, mapping$x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.