melodic {fslr} | R Documentation |
Run MELODIC ICA
Description
This function calls melodic
Usage
melodic(
file,
outdir = dirname(file),
intern = FALSE,
opts = "",
verbose = TRUE,
...
)
Arguments
file |
(character) image to be run |
outdir |
(character) output directory.
(Default |
intern |
(logical) pass to |
opts |
(character) options for melodic |
verbose |
(logical) print out command before running |
... |
arguments passed to |
Value
character or logical depending on intern
[Package fslr version 2.25.3 Index]