rinobot-plugin-shift

Shifts a column of data by a set number


Keywords
rinobot, rinocloud
License
MIT
Install
npm install rinobot-plugin-shift@0.2.2

Documentation

rinobot-plugin-shift

Shifts an axis of your data by some number.

If your data looks like:

0.0 8
1.4 2
2.4 2
3.3 3
4.1 7
...
...

And you choose to shift the second column by -1 then the result will be:

0.0 7
1.4 1
2.4 1
3.3 2
4.1 6
...
...

Arguments:

In the extra args section of the rinobot automation config you can set the following parameters