-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
85 lines (84 loc) · 2.23 KB
/
NAMESPACE
File metadata and controls
85 lines (84 loc) · 2.23 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
export(add_time_lag)
export(bugs.colors)
export(bugs.colors2)
export(bugs.colors3)
export(computeRL)
export(find_taxa)
export(format_ps)
export(get_members)
export(get_reference_phase_end)
export(group_by_variable)
export(niche_overlap)
export(normalize_seqtime)
export(plot_module_abundances)
export(plot_nmds_stability)
export(plot_resilience)
export(plot_resilience_online)
export(plot_resistance)
export(plot_species_lineplot)
export(plot_stability_properties)
export(plot_syncom_composition)
export(plot_trajectory)
export(short_term_change)
export(stability_properties)
export(syncom_colors)
export(syncom_colors2)
export(taxa_coverage)
export(taxa_time_table)
export(temporal_diversity)
export(temporal_turnover)
export(theme_syncom)
import(dplyr)
import(ggplot2)
import(ggpubr)
import(tidyr)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(microbiome,aggregate_taxa)
importFrom(microbiome,meta)
importFrom(phyloseq,"sample_data<-")
importFrom(phyloseq,ntaxa)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,psmelt)
importFrom(phyloseq,sample_data)
importFrom(phyloseq,sample_variables)
importFrom(phyloseq,subset_taxa)
importFrom(phyloseq,tax_table)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(scales,pretty_breaks)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,integrate)
importFrom(stats,sd)
importFrom(stats,splinefun)
importFrom(stats,time)
importFrom(utils,data)
importFrom(vegan,metaMDS)
importFrom(vegan,vegdist)