-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (27 loc) · 707 Bytes
/
NAMESPACE
File metadata and controls
27 lines (27 loc) · 707 Bytes
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
useDynLib(radish, .registration=TRUE)
importFrom(Rcpp, evalCpp)
export(radish)
export(radish_algorithm)
export(leastsquares)
export(mlpe)
export(generalized_wishart)
export(radish_grid)
export(radish_distance)
export(conductance_surface)
export(loglinear_conductance)
export(linear_conductance)
export(NewtonRaphsonControl)
export(HagerZhangControl)
export(fst_from_biallelic)
export(cov_from_biallelic)
export(dist_from_biallelic)
export(dist_from_cov)
export(conductance)
S3method(print, "radish")
S3method(summary, "radish")
S3method(print, "summary.radish")
S3method(coef, "radish")
S3method(fitted, "radish")
S3method(simulate, "radish")
S3method(anova, "radish")
S3method(conductance, "radish_graph")