-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
32 lines (31 loc) · 866 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,maxcovr)
S3method(print,maxcovr_relocation)
S3method(summary,maxcovr)
S3method(summary,maxcovr_relocation)
export(augment_facility_relocated)
export(augment_user_tested)
export(binary_matrix_cpp)
export(coverage)
export(deg2rad_cpp)
export(distance_matrix_cpp)
export(facility_user_dist)
export(facility_user_indic)
export(is.maxcovr)
export(is.maxcovr_relocation)
export(max_coverage)
export(max_coverage_relocation)
export(n_installed)
export(n_relocated)
export(nearest)
export(nearest_facility_dist)
export(spherical_distance)
export(spherical_distance_cpp)
export(spherical_distance_cpp_vec)
export(summarise_coverage)
export(summarise_relocated_dist)
export(summarise_user_cov)
export(summary_mc_cv)
export(summary_mc_cv_relocate)
importFrom(Rcpp,sourceCpp)
useDynLib(maxcovr, .registration = TRUE)