fiji
returns path to preferred Fiji executable.
This function is modified from jimpipeline by jefferislab
fiji(fijiPath = NULL)
character
if (FALSE) { # \dontrun{
# Path to current Fiji executable
fiji()
# Set path to preferred Fiji executable (this will be remembered)
# you can also set options(giotto.fiji="/some/path")
fiji("/Applications/Fiji.app/Contents/MacOS/ImageJ-macosx")
} # }