Skip to content

Commit

Permalink
Example smoothes hippocampal data instead of fsaverage5 data, the lat…
Browse files Browse the repository at this point in the history
…ter came back slower than 5s on my computer
  • Loading branch information
chabld committed May 21, 2024
1 parent b82fe7d commit f9ebd73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/otherfunc.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
#' @returns A matrix object with smoothed vertex-wise values
#' @examples
#' surf_data = readRDS(file = url(paste0("https://github.com",
#'"/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/",
#'"SPRENG_CTv.rds?raw=TRUE")))[1:3,]
#'"/CogBrainHealthLab/VertexWiseR/blob/main/inst/demo_data/",
#'"FINK_CTv.rds?raw=TRUE")))[[2]][1:3,]
#' smooth_surf(surf_data, 10)
#' @importFrom reticulate source_python
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/smooth_surf.Rd

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

0 comments on commit f9ebd73

Please sign in to comment.