Skip to contents

Plot method for dynR_leida objects

Usage

# S3 method for class 'dynR_leida'
plot(x, type = c("synchrony", "fc"), ...)

Arguments

x

A dynR_leida object as returned by leida_pipeline().

type

Character. "synchrony" (default) plots the Kuramoto order parameter time series via plot_synchrony(); "fc" plots the time-averaged phase-locking matrix via plot_fc().

...

Additional arguments passed to the underlying plot function.

Value

A ggplot object.