dot: Find the dot product between two vectors.

View source: R/utils.R

dotR Documentation

Find the dot product between two vectors.

Description

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.


keyes-timothy/tidytof documentation built on March 31, 2024, 12:01 p.m.