Learn R Programming

r3dmol (version 0.1.0)

m_vector3: Create a 3 dimensional vector

Description

Create a 3 dimensional vector

Usage

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

Run this code
# NOT RUN {
library(r3dmol)
m_vector3(1, 2, 3)
# }

Run the code above in your browser using DataLab