Skip to content

Commit

Permalink
make example data smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
damondpham committed Jan 25, 2023
1 parent 2362540 commit 3dfcb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/pscrub.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
#'
#' @examples
#' library(fastICA)
#' n_voxels = 5e3
#' n_timepoints = 70
#' n_voxels = 2e3
#' n_timepoints = 35
#' X = matrix(rnorm(n_timepoints*n_voxels), ncol = n_voxels)
#'
#' psx = pscrub(X)
Expand Down

0 comments on commit 3dfcb04

Please sign in to comment.