Usage
EotCycle(x, y, n = 1, standardised, orig.var, write.out, path.out, prefix, type, verbose, ...)
Arguments
x
a ratser stack used as predictor
y
a RasterStack used as response. If y
is NULL
,
x
is used as y
n
the number of EOT modes to calculate
standardised
logical. If FALSE
the calculated r-squared values
will be multiplied by the variance
orig.var
original variance of the response domain
write.out
logical. If TRUE
results will be written to disk
using path.out
path.out
the file path for writing results if write.out
is TRUE
.
Defaults to current working directory
prefix
optional prefix to be used for naming of results if
write.out
is TRUE
type
the type of the link function. Defaults to 'rsq'
as in original
proposed method from Dool2000. If set to 'ioa'
index of agreement is
used instead
verbose
logical. If TRUE
some details about the
calculation process will be output to the console
...
not used at the moment