-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
82 lines (81 loc) · 2.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
export(age_land)
export(anecdotal)
export(be_hunter)
export(case01plot)
export(case23plot)
export(chapman_est)
export(count_agent_cells)
export(dens_est)
export(gmse)
export(gmse_apply)
export(gmse_apply_summary)
export(gmse_gui)
export(gmse_replicates)
export(gmse_summary)
export(gmse_table)
export(ind_to_land)
export(make_agents)
export(make_costs)
export(make_interaction_array)
export(make_interaction_table)
export(make_landscape)
export(make_resource)
export(make_utilities)
export(manager)
export(observation)
export(owner_land_ssa)
export(plot_gmse_effort)
export(plot_gmse_results)
export(resource)
export(user)
export(utility_layer)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,div)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,headerPanel)
importFrom(shiny,hr)
importFrom(shiny,icon)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,tableOutput)
importFrom(shiny,tags)
importFrom(shiny,uiOutput)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinydashboard,updateTabItems)
importFrom(shinyjs,useShinyjs)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
useDynLib(GMSE)