amira_app_path
returns the path to the Amira application
amira_start_path
returns the current version of Amira
amira_start_path
returns the path to the Amira startup script
amira_app_path(path = NULL) amira_version(path = getOption("nat.amira.amira")) amira_start_path(path = NULL)
path | The path to the Amira application (defaults to the value of
|
---|
amira_app_path()#> [1] "/Applications/Amira-6.7.0/Amira.app"amira_start_path()#> [1] "/Applications/Amira-6.7.0/bin/start"amira_version()#> [1] ‘6.7.0’