Rdocumentation
powered by
Learn R Programming
clustMD (version 1.2.1)
vec.outer: 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.