plot.event_model: Plot an event_model object

View source: R/event_model.R

plot.event_modelR Documentation

Plot an event_model object

Description

This function creates a plot of an event_model object, visualizing the design matrix.

Usage

## S3 method for class 'event_model'
plot(x, y, term_name = NULL, longnames = TRUE, ...)

Arguments

x

An event_model object.

y

Unused.

term_name

Name of the term to plot (optional).

longnames

Logical flag; if TRUE, use long names for the plot (default: TRUE).

...

Additional arguments to be passed to the ggplot2 function.

Value

A ggplot2 plot object.


bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.