-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 1017 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(brightness)
export(brightness_folder)
export(brightness_img)
export(brightness_timeseries)
export(brightness_timeseries_folder)
export(brightness_ts_img)
export(cc_brightness)
export(cc_brightness_folder)
export(cc_brightness_img)
export(cc_brightness_timeseries)
export(cc_brightness_timeseries_folder)
export(cc_brightness_ts_img)
export(cc_number)
export(cc_number_folder)
export(cc_number_img)
export(cc_number_timeseries)
export(cc_number_timeseries_folder)
export(cc_number_ts_img)
export(cross_var)
export(cross_var_pillars)
export(matrix_raster_plot)
export(median_filter)
export(number)
export(number_folder)
export(number_img)
export(number_timeseries)
export(number_timeseries_folder)
export(number_ts_img)
export(smooth_filter)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,'%<>%')
importFrom(magrittr,'%>%')
importFrom(magrittr,'%T>%')
importFrom(rlang,'%||%')
importFrom(utils,globalVariables)
useDynLib(nandb, .registration = TRUE)