Skip to content
Prev 394414 / 398500 Next

plot level, velocity, acceleration with one x axis

What if you just precede these commands as follows:

par(mfrow=c(3,1))
plot(DAX.[, 1], log='y', ylab='DAX')
plot(DAX.[, 2], ylab='vel (%)')
plot(DAX.[, 3], ylab='accel (%)')

On Tue, May 30, 2023 at 5:45?PM Spencer Graves
<spencer.graves at effectivedefense.org> wrote: