Learn R Programming

tectonicr (version 0.4.6)

vcross: Vector cross product

Description

Vector or cross product

Usage

vcross(x, y)

Value

numeric vector of length 3

Arguments

x, y

numeric vectors of length 3

Examples

Run this code
vcross(c(1, 2, 3), c(4, 5, 6))

Run the code above in your browser using DataLab