-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
19 lines (19 loc) · 950 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: ggx
Type: Package
Title: A Natural Language Interface to 'ggplot2'
Version: 0.1.3
Authors@R: c(person("Andreas M.", "Brandmaier", email = "[email protected]",
role = c("aut", "cre")),person("Cyrus","Eosphoros", email="[email protected]", role = c("ctb")))
Description: The 'ggplot2' package is the state-of-the-art toolbox for creating and formatting graphs. However, it is easy to forget how certain formatting commands are named and sometimes users find themselves asking: How do you rotate the x-axis labels again? Or how do you hide the legend...? This package allows users to issue natural language commands related to theme-related styling of plots (colors, font size and such), which then are translated into valid 'ggplot2' commands.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: sets, ggplot2
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown,
markdown,
stringr,
tidyverse