-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
76 lines (75 loc) · 1.81 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
74
75
76
# Generated by roxygen2: do not edit by hand
S3method(print,basis_df)
S3method(print,smoothness_res)
S3method(print,squintability_res)
S3method(tbl_sum,basis_df)
S3method(tbl_sum,smoothness_res)
S3method(tbl_sum,squintability_res)
export("%>%")
export(add_anchor)
export(add_anno)
export(add_dir_search)
export(add_end)
export(add_interp)
export(add_interp_last)
export(add_interrupt)
export(add_search)
export(add_space)
export(add_start)
export(add_theo)
export(bind_random)
export(bind_random_matrix)
export(bind_theoretical)
export(botanical_pal)
export(botanical_palettes)
export(calc_smoothness)
export(calc_squintability)
export(clean_method)
export(compute_pca)
export(compute_projection)
export(explore_space_end)
export(explore_space_pca)
export(explore_space_start)
export(explore_space_tour)
export(explore_trace_interp)
export(explore_trace_search)
export(fit_ks)
export(fit_nls)
export(flip_sign)
export(format_label)
export(geom_huber)
export(get_anchor)
export(get_basis_matrix)
export(get_best)
export(get_dir_search)
export(get_interp)
export(get_interp_last)
export(get_interrupt)
export(get_search)
export(get_search_count)
export(get_space_param)
export(get_start)
export(get_theo)
export(plot_projection)
export(prep_huber)
export(prep_space_tour)
export(sample_bases)
export(scale_color_continuous_botanical)
export(scale_color_discrete_botanical)
export(scale_fill_continuous_botanical)
export(scale_fill_discrete_botanical)
export(theme_fern)
export(theme_huber)
importFrom(GpGp,fit_model)
importFrom(cli,cli_abort)
importFrom(ggplot2,"%+replace%")
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(stats,ksmooth)
importFrom(tibble,tbl_sum)
importFrom(tidyr,unnest)
importFrom(tourr,basis_random)
importFrom(tourr,interpolate)
importFrom(tourr,proj_dist)