-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 978 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 978 Bytes
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
Package: plotbb
Title: Grammar of Graphics for 'base' Plot
Version: 0.1.1
Authors@R: c(
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781"))
)
Description: A grammar of graphics framework built on 'base' graphics. It
provides a 'bbplot' object and a '+' operator to incrementally compose plots
from data, aesthetic mappings and layers, then render them using the base
plotting system. The package includes common geometric layers (points, lines,
segments, bars, histograms, boxplots and tiles), scales for color and other
aesthetics, legends, faceting, themes, and significance annotations.
Imports:
graphics,
magrittr,
rlang,
scales,
methods,
utils
Suggests:
stats,
ape,
aplot (>= 0.0.8),
dplyr,
ggplotify (>= 0.1.0),
quarto,
knitr,
testthat
VignetteBuilder: quarto
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.3