-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
126 lines (125 loc) · 3.23 KB
/
Copy pathNAMESPACE
File metadata and controls
126 lines (125 loc) · 3.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
export(T_grow_j)
export(add_columns)
export(add_relative_time)
export(adjust_mig_rate)
export(all_output)
export(all_statuses)
export(ancestry)
export(apply_combinations)
export(apply_combinations_parallel)
export(combine_dfs)
export(count_drivers)
export(count_parameters)
export(count_seeds)
export(create_plots_batch)
export(disp_rate)
export(disp_rate_demon)
export(disp_rate_fission)
export(disp_rate_max)
export(disp_rate_min)
export(dominant)
export(driver_geno_div_df_batch)
export(filter_by_generation_or_numcells)
export(final_error_message)
export(final_generation)
export(find_correlations)
export(first_inc_moment)
export(geno_dist)
export(get_Variable_cor_summary)
export(get_Variable_cor_summary_FinalSize)
export(get_cor_summary)
export(get_summary)
export(get_tree_from_matrix)
export(get_wait_cor_summary)
export(grid_plot)
export(hist2)
export(image_df_from_grid_file)
export(inv_Simpson_index)
export(lambda)
export(lambda_invasion)
export(make_dir)
export(make_image_file_name)
export(metrics)
export(mig_rate)
export(muller_df_from_file)
export(parameter_names_and_values)
export(plot_R2_verus_sweep_metric)
export(plot_all_charts)
export(plot_all_images)
export(plot_allelecount_vs_origintime)
export(plot_corr_outcome_versus_period)
export(plot_corr_waiting_time_versus_depth)
export(plot_corr_waiting_time_versus_start_size)
export(plot_counts)
export(plot_cum_dist)
export(plot_curves_faceted)
export(plot_driver_geno_div)
export(plot_figure2)
export(plot_first_inc_moment)
export(plot_logit_freq_dist)
export(plot_mutation_waves)
export(plot_scatter_outcome_diversity)
export(plot_scatter_waiting_time_diversity)
export(plot_trajectories_by_K)
export(plot_trajectories_by_diversity)
export(plot_tree)
export(plot_viol_sweep_metric)
export(prob_successful_migration)
export(quadratic_diversity)
export(read_delim_special)
export(reflect_on_diagonal)
export(refresh_data_files)
export(rho)
export(sweep_sequence)
export(sweep_times)
export(time_expected)
export(time_fixation)
export(time_migration)
export(trans_rate)
import(RColorBrewer)
import(Rgraphviz)
import(dplyr)
import(ggmuller)
import(ggplot2)
import(lazyeval)
import(parallel)
importFrom(RVAideMemoire,spearman.ci)
importFrom(TeachingDemos,subplot)
importFrom(ape,njs)
importFrom(ape,plot.phylo)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(dplyr,bind_cols)
importFrom(ggmuller,find_start_node)
importFrom(ggmuller,get_edges)
importFrom(ggmuller,get_population_df)
importFrom(ggmuller,move_up)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graph,ftM2adjM)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(gridExtra,grid.arrange)
importFrom(moments,skewness)
importFrom(readr,read_delim)
importFrom(readr,read_lines)
importFrom(rlang,sym)
importFrom(scales,rescale)
importFrom(stats,as.dist)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,setNames)
importFrom(stats,var)