Description Usage Arguments Details Value Note Author(s) See Also Examples
Depending on the dimension of x, repeat y in either by row or by column and apply element-wise operation defined by func.
1 |
func |
function with two or more input parameters. |
x, y |
two vectors, matrices, or arrays |
expandByRow |
expand by row or by column of x when nrow(x)==ncol(x)==length(y) |
The function is used by vbgmm.
func(x,y) |
A matrix of having the same dimension of x. |
Internal function.
Yue Li
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.