-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
76 lines (75 loc) · 1.5 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,soc.mca)
export("%>%")
export(add.categories)
export(add.density)
export(add.ellipse)
export(add.ind)
export(add.quadrant.labels)
export(add.to.label)
export(assign.label)
export(average.coord)
export(balance)
export(breakdown.variance)
export(contribution)
export(cowboy_cut)
export(create.quadrant)
export(csa.all)
export(csa.measures)
export(ellipses)
export(export)
export(export.label)
export(extract_cases)
export(extract_cats)
export(extract_ind)
export(extract_mod)
export(extract_sup)
export(get.category.relations)
export(headings)
export(ind.explorer)
export(indicator)
export(indicator.to.long)
export(invert)
export(map.active)
export(map.add)
export(map.array)
export(map.ca.base)
export(map.csa.all)
export(map.csa.mca)
export(map.csa.mca.array)
export(map.ctr)
export(map.density)
export(map.ellipse)
export(map.ellipse.array)
export(map.ind)
export(map.mod)
export(map.path)
export(map.select)
export(map.sup)
export(mca.eigen.check)
export(mca.triads)
export(min_cut)
export(print.soc.mca)
export(prune.mca)
export(randomize.mca)
export(soc.csa)
export(soc.mca)
export(supplementary.categories)
export(supplementary.individuals)
export(variance)
import(RColorBrewer)
import(dplyr)
import(ellipse)
import(forcats)
import(ggplot2)
import(ggrepel)
import(gridExtra, except = combine)
import(purrr)
import(reshape2)
import(shiny)
import(stats, except = c(filter, lag))
import(tibble)
import(tidyr)
import(utils)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)