Learn R Programming

espadon (version 1.11.3)

vector.product: Vector product of two vectors

Description

Vector product of two vectors

Usage

vector.product(v1, v2)

Value

Returns the x, y, z coordinates of the vector product of v1 and v2

Arguments

v1

Vector of x, y, z coordinates

v2

Vector of x, y, z coordinates

Examples

Run this code
vector.product(c (1, 0, 0), c (0, 1, 0))

Run the code above in your browser using DataLab