| robust_plot | R Documentation |
Builds a single-series pupil time series panel with reaborn, handling
errors and missing data gracefully. Returns a ggplot object (rather than
drawing directly) so callers can combine several panels into a single
patchwork row before printing to the active device.
robust_plot(y, x = NULL, ...)
y |
The y-axis data to plot |
x |
The x-axis data (optional, defaults to sequence) |
... |
Additional arguments; |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.