vector3: Create a 3D vector

View source: R/vector3.R

vector3R Documentation

Create a 3D vector

Description

Creates a three-dimensional vector given three vectors representing Cartesian coordinates.

Usage

vector3(x, y, z)

Arguments

x, y, z

Numeric vectors representing the the vector's coordinates in the specified dimension.


MrMallIronmaker/dddr documentation built on May 11, 2022, 8:39 p.m.