-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
95 lines (94 loc) · 2.21 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,CompadreDB)
S3method(as_tibble,CompadreDB)
S3method(dim,CompadreDB)
S3method(head,CompadreDB)
S3method(merge,CompadreDB)
S3method(names,CompadreDB)
S3method(subset,CompadreDB)
S3method(tail,CompadreDB)
export(CompadreData)
export(DateCreated)
export(MatrixClassAuthor)
export(MatrixClassNumber)
export(MatrixClassOrganized)
export(NumberAcceptedSpecies)
export(NumberMatrices)
export(NumberStudies)
export(Version)
export(VersionData)
export(as_cdb)
export(cdb_build_cdb)
export(cdb_check_species)
export(cdb_collapse)
export(cdb_compare)
export(cdb_fetch)
export(cdb_flag)
export(cdb_flatten)
export(cdb_id)
export(cdb_id_stages)
export(cdb_id_studies)
export(cdb_mean_matF)
export(cdb_metadata)
export(cdb_rbind)
export(cdb_unflatten)
export(cdb_unnest)
export(matA)
export(matC)
export(matF)
export(matU)
export(mat_elementwise_apply)
export(mat_mean)
export(mat_median)
export(mat_sd)
export(mat_to_string)
export(matrixClass)
export(mpm_elementwise_apply)
export(mpm_first_active)
export(mpm_has_active)
export(mpm_has_dorm)
export(mpm_has_prop)
export(mpm_mean)
export(mpm_median)
export(mpm_sd)
export(string_to_mat)
export(string_to_vec)
export(vec_to_string)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods(CompadreData)
exportMethods(DateCreated)
exportMethods(MatrixClassAuthor)
exportMethods(MatrixClassNumber)
exportMethods(MatrixClassOrganized)
exportMethods(NumberAcceptedSpecies)
exportMethods(NumberMatrices)
exportMethods(NumberStudies)
exportMethods(Version)
exportMethods(VersionData)
exportMethods(matA)
exportMethods(matC)
exportMethods(matF)
exportMethods(matU)
exportMethods(matrixClass)
exportMethods(mpm_first_active)
exportMethods(mpm_has_active)
exportMethods(mpm_has_dorm)
exportMethods(mpm_has_prop)
importFrom(methods,callGeneric)
importFrom(methods,callNextMethod)
importFrom(methods,hasArg)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(popdemo,isErgodic)
importFrom(popdemo,isIrreducible)
importFrom(popdemo,isPrimitive)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(utils,head)
importFrom(utils,tail)