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)

Arguments

path

The path to the Amira application (defaults to the value of options('nat.amira.amira')) or (on MacOS X) tries to find the application.

Examples

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’