Skip to content

Commit

Permalink
period
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-navarro committed Apr 4, 2024
1 parent 39586c4 commit 06eaaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plotting_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ plot_targetted_typed_trials <- function(data) {
}

#' @description `plot_targetted_complex_trials()` plots
#' targetted data with a third variable
#' targetted data with a third variable.
#' @param col A string specifying the column of the third variable.
#' @returns `plot_targetted_complex_trials()` returns 'ggplot' object.
#' @rdname plotting_functions
#' @export
# A general plot for trial-based, targetted data with an extra column
# A general plot for trial-based, targetted data with an extra column.
plot_targetted_complex_trials <- function(data, col) {
ggplot2::ggplot(
data = data,
Expand Down

0 comments on commit 06eaaa4

Please sign in to comment.