eval_data_col | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.