"update<-.scales" {ggplot} | R Documentation |
This function updates an entire set of scales with data.
"update<-.scales"(x, value)
x |
scales object |
value |
data |
Update needs to be able to deal with the multiple possible data formats it could recieve:
* a single data frame (representing one panel from one grob function) * a matrix of data frames (all panels from a grob function) * a list of matrix of data frames (all panels from all grob functions)
Hadley Wickham <h.wickham@gmail.com>