-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
56 lines (54 loc) · 1.1 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by roxygen2: do not edit by hand
export("%>%")
export(convert_N)
export(error_stats)
export(expand_surveys)
export(fibonacci)
export(group_lengths)
export(icc)
export(make_grid)
export(make_mesh)
export(object_size)
export(plot_age_strat_fan)
export(plot_distribution)
export(plot_error_surface)
export(plot_grid)
export(plot_length_strat_fan)
export(plot_surface)
export(plot_survey)
export(plot_survey_rank)
export(plot_total_strat_fan)
export(plot_trend)
export(resume_test)
export(round_sim)
export(run_strat)
export(sim_N0)
export(sim_R)
export(sim_Z)
export(sim_abundance)
export(sim_ays_covar)
export(sim_ays_covar_spde)
export(sim_distribution)
export(sim_logistic)
export(sim_nlf)
export(sim_parabola)
export(sim_sets)
export(sim_survey)
export(sim_survey_parallel)
export(sim_vonB)
export(strat_data)
export(strat_error)
export(strat_means)
export(test_surveys)
export(vis_sim)
import(data.table, except = shift)
import(doParallel)
import(foreach)
import(parallel)
import(plotly)
import(progress)
import(sf)
import(stars)
importFrom(lifecycle,badge)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)