-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.92 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
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export("%>%")
export(df_ccsig)
export(df_rmtrend_x3p)
export(inside_polygon)
export(vec_align_sigs_list)
export(x3p_MLE_angle_vec)
export(x3p_boundary_points)
export(x3p_image_autosize)
export(x3p_impute)
export(x3p_insidepoly_df)
export(x3p_raw_sig_df)
export(x3p_shift)
export(x3p_shift_sig_df)
export(x3p_surface_polygon)
export(x3p_vertical)
import(dplyr)
import(ggplot2)
import(x3ptools)
importFrom(Cairo,CairoPNG)
importFrom(RColorBrewer,brewer.pal)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,not_empty)
importFrom(bulletxtrctr,cc_get_signature)
importFrom(bulletxtrctr,sig_align)
importFrom(concaveman,concaveman)
importFrom(grDevices,as.raster)
importFrom(grDevices,dev.off)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,polygon)
importFrom(htmltools,tagList)
importFrom(imager,as.cimg)
importFrom(imager,hough_line)
importFrom(magick,image_animate)
importFrom(magick,image_join)
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(png,readPNG)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,set_names)
importFrom(raster,adjacent)
importFrom(raster,as.data.frame)
importFrom(raster,as.matrix)
importFrom(raster,focal)
importFrom(raster,ncell)
importFrom(raster,raster)
importFrom(readr,parse_number)
importFrom(rgl,rglwidget)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
importFrom(zoo,na.trim)