m_vector3: Create a 3 dimensional vector

Description Usage Arguments Value Examples

View source: R/constructor.R

Description

Create a 3 dimensional vector

Usage

1
m_vector3(x = 0, y = 0, z = 0)

Arguments

x

x coordinate, character and numeric are both accepted.

y

y coordinate, character and numeric are both accepted.

z

z coordinate, character and numeric are both accepted.

Value

3 dimensional list object

Examples

1
2

r3dmol documentation built on March 14, 2021, 5:08 p.m.