Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jan 12, 2025
1 parent b46aced commit d1cb37e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions R/aaa-generics-volume.R
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,21 @@ names.ieegio_volume <- function(x) {
#'
#' # ---- using other methods --------------------------------------
#' # default
#' vol <- read_volume(file, method = "oro", format = "nifti")
#' vol <- read_volume(file, method = "rnifti", format = "nifti")
#' vol$header
#'
#' # lazy-load nifti
#' vol2 <- read_volume(file, method = "rnifti", format = "nifti")
#' vol2 <- read_volume(file, method = "oro", format = "nifti")
#' vol2$header
#'
#' if(interactive()) {
#'
#' # Using ANTsPyx
#' vol3 <- read_volume(file, method = "ants", format = "nifti")
#' vol3$header
#'
#' }
#'
#' # ---- write --------------------------------------------------------
#'
#' # write as NIfTI
Expand Down
8 changes: 6 additions & 2 deletions man/imaging-volume.Rd

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

0 comments on commit d1cb37e

Please sign in to comment.