-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
89 lines (89 loc) · 2.13 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: TimeSpaceAnalysis
Type: Package
Title: Statistical tools for time-space analysis
Version: 1.1.5
Date: 2018-11-27
Author: Fabian Mundt
Maintainer: Fabian Mundt <[email protected]>
Encoding: UTF-8
Description: Use Geometric Data Analysis approaches (e.g. MCA or MFA), time pattern analysis (see "time sequence clustering") and places chronologies (see "time geography") analysis.
License: GPL (>= 3) | file LICENSE
Depends:
R (>= 3.4),
tidyverse,
forcats,
magrittr,
grid,
gridExtra,
showtext,
sysfonts,
Hmisc,
ggrepel,
ggforce,
cowplot,
ggthemes,
ggmap,
RColorBrewer,
dendextend,
GDAtools,
FactoMineR,
missMDA,
factoextra,
bookdown,
rlang,
glue,
stringr
Suggests:
kml3d,
explor,
questionr,
testthat
BugReports: https://github.com/inventionate/TimeSpaceAnalysis/issues
URL: https://github.com/inventionate/TimeSpaceAnalysis
RoxygenNote: 6.0.1
LazyData: TRUE
Collate:
'get-path-coord.R'
'add-path.R'
'add-theme.R'
'db-load.R'
'db-save.R'
'designate-axes.R'
'get-index-mod.R'
'excl-mfa-group.R'
'extract-legend.R'
'get-mfa-mod-group-id.R'
'utilities.R'
'fviz-gda-var.R'
'fviz-add-sup-ind.R'
'fviz-dendrogram.R'
'fviz-gda-conc-ellipse.R'
'supvar-stats.R'
'fviz-gda-interaction.R'
'fviz-gda-quali-ellipses.R'
'fviz-gda-quali-supvar.R'
'supvar-crossing-stats.R'
'fviz-gda-structure.R'
'get-gda-trajectory.R'
'fviz-gda-trajectory-ellipses.R'
'fviz-gda-trajectory-quali.R'
'fviz-gda-trajectory-sample.R'
'fviz-gda-trajectory.R'
'fviz-gda-var-axis.R'
'fviz-mca-var-corr.R'
'gda-describe-axis.R'
'gda-describe-group.R'
'gda-optimise-df.R'
'get-mca-var-corr.R'
'get-places-chronology-time-pattern.R'
'get-places-chronology.R'
'get-time-pattern-series.R'
'get-time-pattern-profile.R'
'get-time-pattern.R'
'modified-rates.R'
'plot-barplot.R'
'plot-places-chronology-time-pattern.R'
'plot-places-chronology.R'
'plot-time-pattern-profile.R'
'plot-time-pattern-series.R'
'plot-time-pattern.R'