EotCycle() calculates a single EOT and is controlled by the main eot() function
EotCycle(
x,
y,
n = 1,
standardised,
orig.var,
write.out,
path.out,
prefix,
type,
verbose,
...
)
a ratser stack used as predictor
a RasterStack used as response. If y
is NULL
,
x
is used as y
the number of EOT modes to calculate
logical. If FALSE
the calculated r-squared values
will be multiplied by the variance
original variance of the response domain
logical. If TRUE
results will be written to disk
using path.out
the file path for writing results if write.out
is TRUE
.
Defaults to current working directory
optional prefix to be used for naming of results if
write.out
is TRUE
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
logical. If TRUE
some details about the
calculation process will be output to the console
If write.out = TRUE
, further arguments passed to
writeEot()
.