EotCycle {remote} | R Documentation |
Calculate a single EOT
Description
EotCycle() calculates a single EOT and is controlled by the main eot() function
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 |
n |
the number of EOT modes to calculate |
standardised |
logical. If |
orig.var |
original variance of the response domain |
write.out |
logical. If |
path.out |
the file path for writing results if |
prefix |
optional prefix to be used for naming of results if
|
type |
the type of the link function. Defaults to |
verbose |
logical. If |
... |
not used at the moment |