-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
84 lines (83 loc) · 2.07 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
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
export(amp_drift_corr)
export(avg_peaks)
export(baseline_corr)
export(convert_measurement)
export(correct_peak)
export(crop_measurement)
export(find_best_fits)
export(find_strongest_peaks)
export(forceR_example)
export(load_mult)
export(load_single)
export(peak_duration_max_force)
export(peak_to_poly)
export(plot_measurement)
export(plot_peaks)
export(print_progress)
export(red_peaks_100)
export(reduce_frq)
export(rescale_peaks)
export(rescale_to_range)
export(simulate_bites)
export(sort_files)
export(summarize_measurements)
export(today)
export(y_to_force)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(filesstrings,file.move)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.print)
importFrom(grDevices,pdf)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(magrittr,'%>%')
importFrom(purrr,map_df)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,write_csv)
importFrom(roll,roll_mean)
importFrom(stats,AIC)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,spline)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)