File: fortify-4x.rd

package info (click to toggle)
r-cran-ggplot2 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,084 kB
  • sloc: makefile: 3
file content (22 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{fortify}
\alias{fortify}
\alias{fortify.data.frame}
\alias{fortify.NULL}
\alias{fortify.default}
\title{Fortify a model with data}
\author{Hadley Wickham <h.wickham@gmail.com>}

\description{
Generic method to supplement the original data with model fit statistics
}
\usage{fortify(model, data, ...)}
\arguments{
\item{model}{model}
\item{data}{dataset}
\item{...}{other arguments passed to methods}
}


\seealso{\code{\link{fortify.lm}}}