forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathggplot2-package.Rd
46 lines (41 loc) · 1.54 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
46
% 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' alt='logo' width='120'}}
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}: Thomas Lin Pedersen \email{[email protected]} (\href{https://orcid.org/0000-0002-5147-4711}{ORCID})
Authors:
\itemize{
\item Hadley Wickham \email{[email protected]} (\href{https://orcid.org/0000-0003-4757-117X}{ORCID})
\item Winston Chang (\href{https://orcid.org/0000-0002-1576-2126}{ORCID})
\item Lionel Henry
\item Kohske Takahashi
\item Claus Wilke (\href{https://orcid.org/0000-0002-7470-9261}{ORCID})
\item Kara Woo (\href{https://orcid.org/0000-0002-5125-4188}{ORCID})
\item Hiroaki Yutani (\href{https://orcid.org/0000-0002-3385-7233}{ORCID})
\item Dewey Dunnington (\href{https://orcid.org/0000-0002-9415-4582}{ORCID})
}
Other contributors:
\itemize{
\item RStudio [copyright holder, funder]
}
}
\keyword{internal}