Description Usage Arguments Value Examples
This function splits a vector from the index start to the index end into segments of length length and complies them into a list. This function can also apply the exponential function to the vector elements if desired.
1 |
vector |
The vector to be split into a list. |
start |
The first index of the vector vector that will be included in the list. |
end |
The last index of the vector vector that will be included in the list. |
length |
A value indicating the length of the segments that vector will be split into. |
exp |
A logical variable indicating whether the elements of vector
should be transformed with |
A list of the sections of the split vector.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.