forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathggplot2-package.Rd
45 lines (40 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
% 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{
\if{html}{\figure{logo.png}{options: align='right'}}
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
\item Lionel Henry
\item Thomas Lin Pedersen
\item Kohske Takahashi
\item Claus Wilke
\item Kara Woo
\item Hiroaki Yutani
}
Other contributors:
\itemize{
\item RStudio [copyright holder]
}
}
\keyword{internal}