Learn R Programming

yamlet (version 0.6.5)

ggplot.ggready: Create a New ggplot for a GGready Data Frame

Description

Creates a new ggplot object for a ggready data.frame. This is the ggplot() method for class 'ggready'; it tries to implement automatic labels and units in axes and legends in association with print.ggready_ggplot. This approach is deprecated in favor of ggplot.decorated.

Usage

# S3 method for ggready
ggplot(data, ...)

Arguments

data

data.frame or similar

...

passed to ggplot

Value

return value like ggplot

See Also

Other ggready: ggplot_build.ggready_ggplot(), ggready.data.frame(), ggready.decorated(), ggready(), print.ggready_ggplot()

Examples

Run this code
# NOT RUN {
example(ggready)
# }

Run the code above in your browser using DataLab