Skip to content

Commit

Permalink
feature #90: update text clarity within documentation for new interac…
Browse files Browse the repository at this point in the history
…tive epoching feature
  • Loading branch information
shawntz committed Nov 25, 2024
1 parent 6ad98de commit 23b0700
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/bidsify.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
#' @param report_seed Random seed for the plots that will appear in the report.
#' Defaults to 0. See [eyeris::plot()] for a more detailed description.
#' @param report_epoch_grouping_var_col String name of grouping column to use
#' for epoch-by-epoch diagnostic plots in the rendered report. Column name must
#' exist (i.e., be a custom grouping variable name set within the metadata
#' template of your `epoch()` call). Defaults to `"matched_event"`, which all
#' epoched dataframes have as a valid column name. To disable these epoch-level
#' diagnostic plots, set to `NULL`.
#' for epoch-by-epoch diagnostic plots in an interactive rendered HTML report.
#' Column name must exist (i.e., be a custom grouping variable name set within
#' the metadata template of your `epoch()` call). Defaults to `"matched_event"`,
#' which all epoched dataframes have as a valid column name. To disable these
#' epoch-level diagnostic plots, set to `NULL`.
#'
#' @examples
#' # Bleed around blink periods just long enough to remove majority of
Expand Down
10 changes: 5 additions & 5 deletions man/bidsify.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23b0700

Please sign in to comment.