Error in seq function

Error in seq.default(Hoch, Tief, by = -grid) : 'from' must be of length 1
In addition: Warning message:

test <- seq(Hoch, Tief, by = - grid)

Hoch = 0.97855
Tief = 0.5711
grid = 000.5

from 0.97855 to 0.5711, subtract 0.0005 per step
The increment is 1

What I do made wrong?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.