-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(acf.fft)
export(apply_3d)
export(apply_col)
export(apply_par)
export(apply_row)
export(array_2dTo3d)
export(array_3dTo2d)
export(chunk)
export(llply_par)
export(mkTrend)
export(mkTrend_r)
export(movmean)
export(movmean2)
export(movmean_2d)
export(parLapply2)
export(rast_filter_time)
export(set_dim)
export(set_dimnames)
export(slope)
export(slope_arr)
export(slope_boot)
export(slope_mk)
export(slope_p)
export(slope_rast)
export(slope_sen)
export(slope_sen_r)
export(smooth_SG)
export(smooth_wSG)
export(split_data)
export(summary_lm)
import(magrittr)
importFrom(Rcpp,sourceCpp)
importFrom(boot,boot)
importFrom(fftwtools,fftw)
importFrom(graphics,abline)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(lubridate,year)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colMins)
importFrom(matrixStats,colQuantiles)
importFrom(matrixStats,colSds)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowMins)
importFrom(parallel,parLapply)
importFrom(stats,.lm.fit)
importFrom(stats,acf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(terra,`values<-`)
importFrom(terra,as.array)
importFrom(terra,ext)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,time)
importFrom(terra,writeRaster)
useDynLib(rtrend, .registration = TRUE)