Learn R Programming

clustMD (version 1.2.2)

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)

Value

Returns the outer product of the vector x with itself.

Arguments

x

a numeric vector.