vec.outer: Calculate the outer product of a vector with itself

View source: R/clustMD_UtilityFunctions.R

vec.outerR 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.


clustMD documentation built on Jan. 27, 2026, 5:10 p.m.