-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
66 lines (65 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method(print,ppWeight)
S3method(summary,ppSpace)
S3method(summary,uniSpace)
export(explanaMesh)
export(mapSpace)
export(mapSpaceTime)
export(offsetExpert)
export(ppSpace)
export(ppSpaceTime)
export(ppWeight)
export(uniSpace)
importFrom(INLA,inla)
importFrom(INLA,inla.mesh.fem)
importFrom(INLA,inla.mesh.project)
importFrom(INLA,inla.mesh.projector)
importFrom(INLA,inla.spde.make.A)
importFrom(INLA,inla.spde.make.index)
importFrom(INLA,inla.spde2.pcmatern)
importFrom(INLA,inla.stack)
importFrom(INLA,inla.stack.A)
importFrom(INLA,inla.stack.data)
importFrom(INLA,inla.stack.index)
importFrom(Matrix,Diagonal)
importFrom(Matrix,rBind)
importFrom(bossMaps,logistic)
importFrom(deldir,deldir)
importFrom(deldir,tile.list)
importFrom(gnlm,bnlr)
importFrom(gnlm,gnlr)
importFrom(parallel,mclapply)
importFrom(raster,brick)
importFrom(raster,cellFromXY)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,distance)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,mask)
importFrom(raster,ncell)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,stack)
importFrom(raster,values)
importFrom(raster,xmax)
importFrom(raster,xmin)
importFrom(raster,xyFromCell)
importFrom(raster,ymax)
importFrom(raster,ymin)
importFrom(rgeos,gArea)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIntersects)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPolygons)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,over)
importFrom(stats,dist)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)