File: ggplot.data.frame.Rd

package info (click to toggle)
r-cran-ggplot2 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,412 kB
  • sloc: sh: 9; makefile: 1
file content (25 lines) | stat: -rw-r--r-- 645 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
23
24
25
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{ggplot.data.frame}
\alias{ggplot.data.frame}
\title{Create a new ggplot plot from a data frame}
\usage{
\method{ggplot}{data.frame}(data, mapping = aes(), ...,
  environment = globalenv())
}
\arguments{
\item{data}{default data frame for plot}

\item{mapping}{default list of aesthetic mappings (these can be colour,
size, shape, line type -- see individual geom functions for more details)}

\item{...}{ignored}

\item{environment}{in which evaluation of aesthetics should occur}
}
\description{
Create a new ggplot plot from a data frame
}
\seealso{
\url{http://had.co.nz/ggplot2}
}