vec.outer {clustMD} | R Documentation |
Calculate the outer product of a vector with itself
Description
This function calculates the outer product of a vector with itself.
Usage
vec.outer(x)
Arguments
x |
a numeric vector. |
Value
Returns the outer product of the vector x
with itself.
[Package clustMD version 1.2.1 Index]