Plots a variables across time and possible by any other structure
plot_by_var_time.Rd
plot_by_var_time
visualizes the
calculated asynchronies of instruments across time and
another variable.
Usage
plot_by_var_time(
df,
var1 = "Time",
var2 = "Synchrony",
var3 = NULL,
colour = "orange",
smoothline_colour = "navyblue",
xlabel = NULL,
ylabel = NULL,
zlabel = NULL
)
Arguments
- df
data frame to be processed (required)
- var1
Variable 1 (Time) (required)
- var2
Variable 2 (required)
- var3
Variable 3 (optional)
- colour
Colour option (optional)
- smoothline_colour
Colour option (optional)
- xlabel
label for X axis (optional)
- ylabel
label for Y axis (optional)
- zlabel
label for Z axis (optional)
See also
sync_sample_paired
for synchronies between
instruments, plot_by_beat
for plotting.