-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
41 lines (40 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,inla)
S3method(autoplot,inla.mesh)
S3method(plot,inla.mesh.segment)
S3method(print,inla.data.stack)
S3method(print,inla.mesh)
S3method(print,inla.mesh.projector)
S3method(print,inla.mesh.segment)
export(INLAstep)
export(ggplot_inla_residuals)
export(ggplot_inla_residuals2)
export(ggplot_projection_shapefile)
export(inlaSDM)
export(inlasloo)
export(makeGAM)
export(plot_fixed_marginals)
export(plot_hyper_marginals)
export(plot_inla_residuals)
export(plot_marginals_fitted)
export(plot_random_effects)
export(slooplot)
export(slooplot.fun)
export(sloopoint.fun)
importFrom(RColorBrewer,brewer.pal)
importFrom(assertthat,assert_that)
importFrom(cowplot,plot_grid)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,ggplot)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(raster,raster)
importFrom(reshape2,melt)
importFrom(stats,complete.cases)
importFrom(stats,formula)
importFrom(utils,globalVariables)