-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
108 lines (107 loc) · 2.89 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
S3method(autolayer,Duration)
S3method(autolayer,Metre)
S3method(autolayer,OnsetsSelected)
S3method(autolayer,Splice)
S3method(autoplot,Duration)
S3method(autoplot,GrangerTime)
S3method(autoplot,Metre)
S3method(autoplot,OnsetsSelected)
S3method(autoplot,SpectralDensityView)
S3method(autoplot,SplicedView)
S3method(autoplot,View)
S3method(plot,Duration)
S3method(plot,GrangerInteraction)
S3method(plot,Metre)
S3method(plot,OnsetsSelected)
S3method(plot,View)
S3method(splice_time,Duration)
S3method(splice_time,Metre)
S3method(splice_time,OnsetsDifference)
S3method(splice_time,View)
S3method(splice_time,list)
S3method(split,SplicedView)
S3method(subset,View)
S3method(summary,Duration)
S3method(summary,Metre)
S3method(summary,OnsetsSelected)
S3method(summary,Recording)
S3method(summary,View)
S3method(summary,analyze.wavelet)
S3method(summary,sel.phases)
export(analyze_coherency)
export(analyze_wavelet)
export(apply_column_spliceview)
export(apply_filter)
export(apply_filter_sgolay)
export(apply_segment_spliceview)
export(autolayer)
export(autoplot)
export(ave_cross_power_over_splices)
export(ave_cross_power_spliceview)
export(ave_power_over_splices)
export(ave_power_spliceview)
export(calculate_ave_cross_power1)
export(calculate_ave_power1)
export(clip_splice)
export(compare_ave_cross_power1)
export(compare_ave_power1)
export(compare_avg_cross_power2)
export(compare_avg_power2)
export(difference_onsets)
export(distribution_dp)
export(get_data_points)
export(get_duration_annotation_data)
export(get_feature_data)
export(get_filtered_views)
export(get_granger_interactions)
export(get_joined_view)
export(get_local_max_average_power)
export(get_metre_data)
export(get_onsets_selected_data)
export(get_osf_recordings)
export(get_processed_view)
export(get_processed_views)
export(get_raw_optflow_view)
export(get_raw_view)
export(get_raw_views)
export(get_recording)
export(get_sample_recording)
export(get_spliced_view)
export(granger_test)
export(is_splice_overlapping)
export(list_osf_recordings)
export(map_to_granger_test)
export(merge_splice)
export(motion_gram)
export(ms_condgrangertest)
export(ms_grangertest1)
export(ms_grangertest2)
export(open_movementsync_data)
export(plot_average_coherency)
export(plot_average_power)
export(plot_coherence)
export(plot_cross_spectrum)
export(plot_cwt_energy)
export(plot_history_xy)
export(plot_influence_diagram)
export(plot_phase_difference)
export(plot_power_spectrum)
export(plot_roll_resultant_length)
export(plot_sel_phases)
export(plot_wt_energy)
export(pull_segment_spliceview)
export(sample_gap_splice)
export(sample_offset_splice)
export(sample_time_spliced_views)
export(sapply_column_spliceview)
export(specgram_plot)
export(spectral_density)
export(splice_time)
export(summary_onsets)
export(velocity_dp)
export(visualise_sample_splices)
export(xlim_duration)
importFrom(ggplot2,autolayer)
importFrom(ggplot2,autoplot)
importFrom(methods,is)