fortify {ggplot2}R Documentation

Fortify a model with data

Description

Generic method to supplement the original data with model fit statistics

Usage

fortify(model, data, ...)

Arguments

model

model

data

dataset

...

other arguments passed to methods

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

fortify.lm


[Package ggplot2 version 0.8.9 Index]