Loads a previously saved ANTsR session or object. Simply point the function to the folder where you previously saved the data with save.ANTsR.

load.ANTsR(filename=file.path('.','.ANTsRsession'), env=as.environment(1))

Arguments

filename

path of the saved ANTsR session. If not specified, the default behavior is to search for the folder \".ANTsRsesssion\" in the current working directory.

env

the environment level. Don't change unless you know what are you doing.