Learn R Programming

rsurfer (version 0.2)

setfshome: Set 'Freesurfer' Home

Description

This command is used to set the base directory where 'Freesurfer' is installed. My installation of 'Freesurfer' is located in: "/Applications/freesurfer/"; thus for my installation location setfshome("/Applications/freesurfer/") would be used.

Usage

setfshome(freesurferDirectory)

Arguments

freesurferDirectory

The directory 'Freesurfer' is installed to

Value

None

Examples

Run this code
# NOT RUN {
setfshome("/Applications/freesurfer")
# }

Run the code above in your browser using DataLab