generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 858 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(aggregate,contactmatrix_list)
S3method(as_contactmatrix,contactmatrix)
S3method(as_contactmatrix,default)
S3method(cm_get_groupings,contactmatrix)
S3method(cm_get_groupings,contactmatrix_list)
S3method(head,contactmatrix)
S3method(print,contactmatrix)
S3method(print,contactmatrix_list)
S3method(tidy,contactmatrix)
S3method(tidy,contactmatrix_list)
export(as_contactmatrix)
export(assert_contactmatrix)
export(assert_contactmatrix_list)
export(cm_get_groupings)
export(cm_make_symmetric)
export(is_contactmatrix)
export(is_contactmatrix_list)
export(new_contactmatrix)
export(new_contactmatrix_list)
export(test_contactmatrix)
export(test_contactmatrix_list)
export(tidy)
importFrom(generics,tidy)
importFrom(stats,aggregate)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(utils,head)