forked from bbolker/bio3ss3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·28 lines (28 loc) · 879 Bytes
/
NAMESPACE
File metadata and controls
executable file
·28 lines (28 loc) · 879 Bytes
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
export(bd)
export(bd0)
export(bdfun0)
export(runModel)
export(cobweb)
export(cobweb2)
export(rickerF)
export(comp)
export(popSim)
export(pred)
export(mkShinyServer) ## not sure why I need to export this?
importFrom(shiny,renderPlot,observe,isolate)
importFrom(deSolve,ode)
importFrom(digest,digest)
importFrom(shiny,runApp)
importFrom(tcltk,tk_choose.dir)
importFrom(plyr,adply,ddply,rename)
importFrom(reshape2,melt,dcast)
importFrom(grid,arrow,unit)
## importFrom(sound,Sine)
## importFrom(sound,appendSample)
## importFrom(sound,play)
importFrom(ggplot2,geom_hline,geom_abline,geom_line,geom_point,geom_segment,geom_path)
importFrom(ggplot2,labs,expand_limits,annotate,aes_string,aes)
importFrom(ggplot2,theme_bw,element_blank,theme_set)
importFrom(ggplot2,ggplot,qplot)
importFrom(ggplot2,scale_colour_brewer,scale_linetype_discrete,scale_y_log10)
importFrom(ggplot2,ggsave)