inline_dot: Inline dot product.

%dot%R Documentation

Inline dot product.

Description

Inline dot product.

Usage

e1 %dot% e2

Arguments

e1

first, or left argument.

e2

second, or right argument.

Value

c(e1, c2)

Examples


c(1,2) %dot% c(3, 5)



wrapr documentation built on Aug. 20, 2023, 1:08 a.m.