| expand_grid_cpp | R Documentation |
expand.grid() in R)Build a grid from two vector (i.e. equivalent to expand.grid() in R)
expand_grid_cpp(x, y)
x |
vector first vector of numeric elements |
y |
vector second vector of numeric elements |
matrix expanded grid of combinations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.