%dot% {wrapr}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)



[Package wrapr version 2.1.0 Index]