-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.24 KB
/
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
33
34
35
36
37
38
39
40
Package: stylo2gg
Type: Package
Title: Visualize Stylometric Data with ggplot2
Version: 1.0.2
Date: 2023-07-24
Authors@R:
person("James", "Clawson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-6756-0607"))
Maintainer: James M. Clawson <[email protected]>
Description: Import data from stylo() and visualize it with different
settings, removing the need to reevaluate for new visualizations.
Stylo2gg provides reasonable defaults to recreate most Stylo
visualizations, but it also provides methods to highlight subsets
of the data, to show selected principal components and selected
loadings, and to provide visualizations well suited for printing
without color. In addition to the above, Stylo2gg also provides
functions for reproducible research.
URL: https://github.com/jmclawson/stylo2gg,
https://jmclawson.github.io/stylo2gg/
BugReports: https://github.com/jmclawson/stylo2gg/issues
Imports:
dendextend,
dplyr,
ggalt,
ggplot2,
ggrepel,
lemon,
stringr,
stylo (>= 0.7.5),
tibble
Remotes:
computationalstylistics/stylo
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr