-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
42 lines (41 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method(coef,rhabit)
S3method(print,rhabit)
S3method(summary,rhabit)
export(AICEuler)
export(bilinearGrad)
export(bilinearGradArray)
export(covGradAtLocs)
export(fit_langevin_ud)
export(getUD)
export(langevinUD)
export(plotCovariates)
export(plotRaster)
export(plotUD)
export(rasterToDataFrame)
export(rasterToRhabit)
export(rhabitToRaster)
export(simLangevinMM)
export(simSpatialCov)
export(speed_coef)
importFrom(dplyr,"%>%")
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(raster,as.matrix)
importFrom(raster,extent)
importFrom(raster,res)
importFrom(raster,values)
importFrom(raster,xres)
importFrom(raster,yres)
importFrom(rlang,.data)
importFrom(sp,coordinates)
importFrom(stats,dnorm)
importFrom(stats,runif)
importFrom(utils,write.csv)
importFrom(viridis,scale_fill_viridis)