splice_name: Name to give randomly spliced segments.
num_segment_samples: number of segments to randomly sample.
num_splice_samples: number of randomly chosen splices.
columns: name of data columns on which to calculate cross average power.
sampling_type: either 'offset' or 'gap'.
rejection_list: list of splice objects that random splices must not overlap.
show_plot: show the plot? (Default is TRUE).
Returns
list of two data frames: one containing average cross power on the first splice and the other containing the average cross power on randomly generated splices.
Examples
r <- get_sample_recording()fv_list <- get_filtered_views(r, data_points ='Nose', n =41, p =3)jv <- get_joined_view(fv_list)splicing_df <- splice_time(list(a = c(0,5), b = c(10,15)))output_list <- compare_ave_cross_power1(jv, splicing_df,'Random Splices',5,5,c('Nose_x_Central_Tabla','Nose_y_Central_Tabla'))