forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathggplot2-package.Rd
37 lines (33 loc) · 932 Bytes
/
ggplot2-package.Rd
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
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ggplot2.r
\docType{package}
\name{ggplot2-package}
\alias{ggplot2}
\alias{ggplot2-package}
\title{ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics}
\description{
A system for 'declaratively' creating graphics,
based on "The Grammar of Graphics". You provide the data, tell 'ggplot2'
how to map variables to aesthetics, what graphical primitives to use,
and it takes care of the details.
}
\seealso{
Useful links:
\itemize{
\item \url{http://ggplot2.tidyverse.org}
\item \url{https://github.com/tidyverse/ggplot2}
\item Report bugs at \url{https://github.com/tidyverse/ggplot2/issues}
}
}
\author{
\strong{Maintainer}: Hadley Wickham \email{[email protected]}
Authors:
\itemize{
\item Winston Chang \email{[email protected]}
}
Other contributors:
\itemize{
\item RStudio [copyright holder]
}
}
\keyword{internal}