forked from dyerlab/gstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
128 lines (127 loc) · 2.67 KB
/
NAMESPACE
File metadata and controls
128 lines (127 loc) · 2.67 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
127
128
# Generated by roxygen2: do not edit by hand
S3method("+",locus)
S3method("-",locus)
S3method("[",locus)
S3method(alleles,default)
S3method(alleles,locus)
S3method(as.data.frame,locus)
S3method(as.list,locus)
S3method(c,locus)
S3method(frequencies,data.frame)
S3method(frequencies,default)
S3method(frequencies,locus)
S3method(is.na,locus)
S3method(plot,locus)
S3method(print,locus)
S3method(rep,locus)
S3method(summary,locus)
S3method(to_mv,data.frame)
S3method(to_mv,default)
S3method(to_mv,locus)
export(A)
export(Ae)
export(Dest)
export(Fis)
export(Fst)
export(Gst)
export(Gst_prime)
export(He)
export(Hes)
export(Ho)
export(Hos)
export(Ht)
export(Pe)
export(allele_counts)
export(alleles)
export(as.locus)
export(bad_parents)
export(column_class)
export(cov2dist)
export(create_resistances)
export(dist2cov)
export(dist_amova)
export(dist_bray)
export(dist_cavalli)
export(dist_cgd)
export(dist_euclidean)
export(dist_jaccard)
export(dist_nei)
export(dist_ss)
export(distance_to_covariance)
export(exclusion_probability)
export(frequencies)
export(frequency_matrix)
export(genetic_autocorrelation)
export(genetic_distance)
export(genetic_diversity)
export(genetic_relatedness)
export(genetic_structure)
export(genotype_frequencies)
export(geom_frequencies)
export(geom_locus)
export(geom_strata)
export(geom_strata_label)
export(geom_surface)
export(harmonic_mean)
export(hwe)
export(indices)
export(is.locus)
export(is_frequency)
export(is_heterozygote)
export(kronecker_delta)
export(lag_matrix)
export(locus)
export(make_loci)
export(make_population)
export(mate)
export(maximum_allele_size)
export(migrate)
export(minus_mom)
export(mixed_mating)
export(multilocus_assignment)
export(multilocus_diversity)
export(optimal_sampling)
export(parent_finder)
export(partition)
export(paternity)
export(permute_ci)
export(permute_matrix)
export(ploidy)
export(plot_populations)
export(population_graph)
export(population_map)
export(rarefaction)
export(read_population)
export(rel_lynch)
export(rel_nason)
export(rel_queller)
export(rel_ritland)
export(spiderplot_data)
export(strata_coordinates)
export(strata_distance)
export(subsample_loci)
export(to_dfdist)
export(to_fixed_locus)
export(to_genepop)
export(to_mv)
export(to_mv_freq)
export(to_structure)
export(transition_probability)
export(write_population)
import(ggmap)
import(ggplot2)
import(ggrepel)
import(graphics)
import(raster)
importFrom(ggmap,has_google_key)
importFrom(graphics,plot.default)
importFrom(methods,is)
importFrom(popgraph,popgraph)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,get_expr)
importFrom(rlang,is_empty)
importFrom(sp,SpatialPoints)
importFrom(stats,pchisq)
importFrom(utils,read.csv)
importFrom(utils,read.table)