View source: R/plot_by_var_time.R
| plot_by_var_time | R Documentation | 
plot_by_var_time visualizes the
calculated asynchronies of instruments across time and
another variable.
plot_by_var_time(
  df,
  var1 = "Time",
  var2 = "Synchrony",
  var3 = NULL,
  colour = "orange",
  smoothline_colour = "navyblue",
  xlabel = NULL,
  ylabel = NULL,
  zlabel = NULL
)
| 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) | 
Graphic output
sync_sample_paired for synchronies between
instruments, plot_by_beat for plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.