forked from AdrianHordyk/LBSPR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 2.08 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(DataDir)
export(FilterSmooth)
export(LBSPR_NLLgtg)
export(LBSPRfit)
export(LBSPRfit_)
export(LBSPRopt)
export(LBSPRsim)
export(LBSPRsim_)
export(Shiny)
export(calcCurves)
export(getFMfun)
export(plotCurves)
export(plotEsts)
export(plotMat)
export(plotSPRCirc)
export(plotSim)
export(plotSize)
export(plotTarg)
exportClasses(LB_lengths)
exportClasses(LB_obj)
exportClasses(LB_pars)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(gridExtra,arrangeGrob)
importFrom(methods,"slot<-")
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(plotrix,draw.circle)
importFrom(plotrix,draw.ellipse)
importFrom(plotrix,draw.radial.line)
importFrom(plotrix,plotCI)
importFrom(plotrix,radialtext)
importFrom(stats,dbeta)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,optimise)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tidyr,gather)
importFrom(utils,flush.console)
importFrom(utils,read.csv)
useDynLib(LBSPR)