Description Usage Arguments Value Examples
View source: R/utility_functions.R
Samples a Subset of N Rows From a Matrix Object
1 | sub_sample(x, n_sub = 40)
|
x |
matrix, data.frame or xts object |
n_sub |
numerical value indicating how many rows should be sampled |
subset of n-rows of x
1 | sub_sample(prices)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.