Description Usage Arguments Value Author(s) Examples
split a matrix into desired 3-D array at set interval.
1 | data_split(mat, interval)
|
mat |
input matrix |
interval |
interval for splitting of matrix |
3-D array
Goutham Swaminathan goutham1220@gmail.com
1 2 3 4 5 6 | ## Not run:
test_data = bone_list$x
test_data = cbind(test_data, bone_list$y)
bones = data_split(test_data, 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.