-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1.19 KB
/
Copy pathNAMESPACE
File metadata and controls
40 lines (39 loc) · 1.19 KB
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
# Generated by roxygen2: do not edit by hand
S3method(filter_clusters,circular_scan)
S3method(filter_clusters,default)
S3method(filter_clusters,tree_scan)
S3method(filter_clusters,treespatial_scan)
S3method(get_cluster_regions,default)
S3method(get_cluster_regions,sequential_scan)
S3method(most_likely_cluster,sequential_scan)
S3method(most_likely_cluster,treess)
S3method(plot,tree_scan)
S3method(plot,treess)
S3method(print,circular_scan)
S3method(print,sequential_scan)
S3method(print,tree_scan)
S3method(print,treespatial_scan)
S3method(pvalue,sequential_scan)
S3method(pvalue,treess)
S3method(secondary_clusters,sequential_scan)
S3method(secondary_clusters,tree_scan)
S3method(secondary_clusters,treess)
S3method(summary,circular_scan)
S3method(summary,sequential_scan)
S3method(summary,tree_scan)
S3method(summary,treespatial_scan)
export(aggregate_tree)
export(build_zones)
export(circular_scan)
export(filter_clusters)
export(generate_example_data)
export(get_cluster_regions)
export(most_likely_cluster)
export(pvalue)
export(secondary_clusters)
export(sequential_scan)
export(tree_scan)
export(treespatial_scan)
importFrom(Rcpp,sourceCpp)
importFrom(utils,head)
useDynLib(treeSS, .registration = TRUE)