-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
79 lines (78 loc) · 1.93 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
S3method(as.ScenarioInfo,environment)
S3method(as.ScenarioInfo,list)
export(EV)
export(HPDI)
export(LandAllocator)
export(LandAllocator_setup)
export(Leaf_setup)
export(MAP_bayes)
export(PCHES.SCENARIO.INFO)
export(ReadData_AgProd)
export(ReadData_LN3_LandLeaf)
export(SCENARIO.INFO)
export(SRB.SCENARIO.INFO)
export(ScenarioInfo)
export(add_parameter_data)
export(as.ScenarioInfo)
export(calc_adaptive_expectation)
export(export_results)
export(get_PCHES_results)
export(get_hindcast_AgProdChange)
export(get_hindcast_prices)
export(get_historic_yield_ratios)
export(get_historic_yields)
export(get_historical_land_data)
export(get_lpdf)
export(get_prices)
export(get_saved_share_weights)
export(get_scenario_land_data)
export(grand_table_bayes)
export(grand_table_objective)
export(is.ScenarioInfo)
export(log_sum)
export(minimize_objective)
export(outdir_setup)
export(plotLandAllocation)
export(plotNest)
export(plotRegionalLandAllocation)
export(run_bayes)
export(run_ensemble)
export(run_ensemble_bayes)
export(run_model)
export(run_objective)
export(softmax)
export(update_scen_info)
export(waic)
import(doParallel)
import(dplyr)
import(foreach)
import(readr)
import(tidyr)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_attr)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(igraph,graph.data.frame)
importFrom(igraph,layout.reingold.tilford)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(utils,capture.output)
importFrom(utils,sessionInfo)