-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
32 lines (32 loc) · 837 Bytes
/
DESCRIPTION
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
Package: ggstar
Title: Multiple Geometric Shape Point Layer for 'ggplot2'
Version: 1.0.4.002
Authors@R:
person(given = "Shuangbin",
family = "Xu",
role = c("aut", "cre"),
email = "xshuangbin@163.com",
comment = c(ORCID="0000-0003-3513-5362"))
Description: To create the multiple polygonal point layer for easily discernible shapes,
we developed the package, it is like the 'geom_point' of 'ggplot2'.
It can be used to draw the scatter plot.
Depends:
R (>= 3.5)
Imports:
grid,
utils,
ggplot2,
scales,
gridExtra,
cli
Suggests:
knitr,
markdown,
rmarkdown,
prettydoc
License: Artistic-2.0
Encoding: UTF-8
URL: https://github.com/xiangpin/ggstar/
BugReports: https://github.com/xiangpin/ggstar/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.1