-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
70 lines (69 loc) · 1.84 KB
/
NAMESPACE
File metadata and controls
70 lines (69 loc) · 1.84 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
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
# Generated by roxygen2: do not edit by hand
S3method("$",treelabel)
S3method(.DollarNames,treelabel)
S3method(format,treelabel)
S3method(obj_print_footer,treelabel)
S3method(treelabel,character)
S3method(treelabel,factor)
S3method(treelabel,list)
S3method(treelabel,logical)
S3method(treelabel,matrix)
S3method(treelabel,missing)
S3method(treelabel,numeric)
S3method(vec_arith,treelabel)
S3method(vec_arith,treelabel.default)
S3method(vec_arith.numeric,treelabel)
S3method(vec_arith.treelabel,numeric)
S3method(vec_arith.treelabel,treelabel)
S3method(vec_cast,treelabel.character)
S3method(vec_cast,treelabel.treelabel)
S3method(vec_math,treelabel)
S3method(vec_proxy_compare,treelabel)
S3method(vec_proxy_equal,treelabel)
S3method(vec_ptype2,character.treelabel)
S3method(vec_ptype2,treelabel.character)
S3method(vec_ptype2,treelabel.treelabel)
S3method(vec_ptype_abbr,treelabel)
export(is_treelabel)
export(test_abundance_changes)
export(tl_across)
export(tl_as_logical)
export(tl_as_numeric)
export(tl_atleast)
export(tl_atmost)
export(tl_countNAs_across)
export(tl_eval)
export(tl_get)
export(tl_if_all)
export(tl_if_any)
export(tl_mean_across)
export(tl_modify)
export(tl_name)
export(tl_replace_NAs)
export(tl_score_matrix)
export(tl_sum_across)
export(tl_tree)
export(tl_tree_cut)
export(tl_tree_filter)
export(tl_tree_modify)
export(tl_tree_root)
export(treelabel)
export(treelabel_from_dataframe)
export(vars)
exportMethods(showAsCell)
import(methods)
import(stats)
import(utils)
importFrom(S4Vectors,showAsCell)
importFrom(rlang,`%|%`)
importFrom(rlang,`%||%`)
importFrom(tibble,tibble)
importFrom(vctrs,obj_print_footer)
importFrom(vctrs,vec_arith)
importFrom(vctrs,vec_arith.numeric)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_math)
importFrom(vctrs,vec_proxy_compare)
importFrom(vctrs,vec_proxy_equal)
importFrom(vctrs,vec_ptype2)
importFrom(vctrs,vec_ptype_abbr)