-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
65 lines (64 loc) · 1.8 KB
/
NAMESPACE
File metadata and controls
65 lines (64 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
S3method(print,method_comparison)
S3method(print,scenario_weight_evaluation)
export(centroid_shift)
export(climate_surface_base)
export(climate_surface_gcm_overlay)
export(compare_methods)
export(compute_gcm_weights_bma)
export(compute_gcm_weights_by_genealogy)
export(compute_gcm_weights_by_institution)
export(compute_scenario_surface_weights_cop)
export(compute_scenario_surface_weights_kde)
export(compute_scenario_surface_weights_mvn)
export(compute_scenario_surface_weights_mvnorm)
export(compute_weighted_ensemble_stats)
export(compute_weighted_impacts)
export(copula_goodness_of_fit)
export(effective_n_entropy)
export(effective_n_hhi)
export(evaluate_scenario_surface_weights)
export(find_nn1)
export(find_sequences_below)
export(loo_stability)
export(n_active_cells)
export(plot_basin_base)
export(plot_basin_point_feature)
export(plot_copula_gof)
export(plot_kde)
export(point_feature_style)
export(radial_plot)
export(radial_style)
export(select_maximin)
export(slice_event_window)
export(stress_region_coverage)
export(summarize_model_weights)
export(tail_coverage_quantile)
export(validate_weight_sums)
export(weight_gini)
export(weight_max)
export(weighted_dispersion)
import(dplyr)
import(ggplot2)
importFrom(MASS,bandwidth.nrd)
importFrom(MASS,cov.trob)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,slice)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo_is_call)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,sym)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_transform)