dot(timeslab)R Documentation

Calculate Inner Product of Two Vectors

Description

Calculate Inner Product of Two Vectors

Usage

dot(x,y)

Arguments

x A vector.
y A vector.

Value

dot returns the inner product of the two vectors {x} and {y}.


[Package Contents]