chunk {rtrend} | R Documentation |
chunk
Description
chunk
Usage
chunk(x, nchunk = 6)
Arguments
x |
a vector or list |
nchunk |
the number of chunks to be splitted |
References
https://stackoverflow.com/questions/3318333/split-a-vector-into-chunks-in-r
[Package rtrend version 0.1.5 Index]