"update<-.scales" {ggplot}R Documentation

Update scales.

Description

This function updates an entire set of scales with data.

Usage

"update<-.scales"(x, value)

Arguments

x scales object
value data

Details

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)

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]