-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
64 lines (63 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
export(NSE)
export(all_equal_numeric2)
export(all_equal_recursively)
export(blb)
export(calc_runs)
export(calc_starts)
export(check_monotonic_increase)
export(circ_add)
export(circ_mean)
export(circ_mean_weighted)
export(circ_minus)
export(circ_range)
export(circ_sd)
export(circ_seq)
export(convert_precipitation)
export(convert_temperature)
export(cor2)
export(count_peaks)
export(cut0Inf)
export(days_in_years)
export(extend_range)
export(f_2pline)
export(f_circle)
export(f_ellipse)
export(finite01)
export(fun_kLargest)
export(handle_NAs)
export(has_uniroots)
export(impute_df)
export(intersect2)
export(is.natural)
export(isLeapYear)
export(mae)
export(majority)
export(make_chunks)
export(max_duration)
export(moving_function)
export(replace_NAs_with_val)
export(rmse)
export(scale_by_sum)
export(scale_rounded_by_sum)
export(scale_to_reference_fun)
export(scale_to_reference_peak_frequency)
export(seq_month_ofeach_day)
export(squash_into_low_high)
export(stretch_values)
export(test_sigmaGamma)
export(test_sigmaNormal)
export(uniroots)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,weighted.mean)