-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·66 lines (65 loc) · 1.51 KB
/
NAMESPACE
File metadata and controls
executable file
·66 lines (65 loc) · 1.51 KB
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
export(ctmc_control)
export(ctmc_model)
export(ctmc_n2ll)
export(dm_q_m)
export(dm_q_r)
export(find_clip)
export(fit_ctmc)
export(gen_invLogit)
export(get_Q)
export(get_betas)
export(get_lim_ud)
export(make_walk_data)
export(predict_ctmc)
export(proc_telem)
export(set_barrier_mask)
export(softPlus)
import(Matrix)
import(dplyr)
import(numDeriv)
import(optimx)
importFrom(Matrix,Matrix)
importFrom(Matrix,diag)
importFrom(Matrix,expand)
importFrom(Matrix,lu)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(ctmm,uere)
importFrom(methods,as)
importFrom(mvtnorm,pmvnorm)
importFrom(rARPACK,eigs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry_type)
importFrom(spdep,poly2nb)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,optimize)
importFrom(stats,pexp)
importFrom(stats,plogis)
importFrom(stats,ppois)
importFrom(stats,qlogis)
importFrom(stats,qpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,adjacent)
importFrom(terra,buffer)
importFrom(terra,cells)
importFrom(terra,compareGeom)
importFrom(terra,crds)
importFrom(terra,crs)
importFrom(terra,geomtype)
importFrom(terra,is.lonlat)
importFrom(terra,ncell)
importFrom(terra,project)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,xFromCell)
importFrom(terra,xyFromCell)
importFrom(terra,yFromCell)
importFrom(tidyr,unnest)
useDynLib(walk, .registration=TRUE);