Skip to contents

Find the dot product between two vectors.

Usage

dot(x, y)

Arguments

x

A numeric vector.

y

A numeric vector.

Value

The dot product between x and y.