Crossprod {spherepc}R Documentation

Crossproduct of vectors

Description

This function performs the cross product of two three-dimensional vectors.

Usage

Crossprod(vec1, vec2)

Arguments

vec1

three-dimensional vector.

vec2

three-dimensional vector.

Details

This function performs the cross product of two three-dimensional vectors.

Value

three-dimensional vector.

Author(s)

Jongmin Lee

Examples

Crossprod(c(1, 1, 1), c(5,6,10))

[Package spherepc version 0.1.7 Index]