Skip to content
Prev 369576 / 398503 Next

Upper bands and lower bands

Hi Pedro,
If I get the idea, you want a vector of length 7300 starting at 1 and
ending at 0.

seq(1,0,length.out=7300)

Produces such a vector. It seems to me that:

seq(1.1,0.05,length.out=7300)

produces the upper vector and:

seq(0.95,-0.05 length.out=7300)

the lower. Then again, I might have the wrong idea big time.

Jim
On Fri, Jun 2, 2017 at 6:20 AM, Pedro p?ramo <percentil101 at gmail.com> wrote: