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}
}
|