lorentz (version 1.0-2)

c.3vel: Combine vectors of three-velocities and four-velocities into a single vector

Description

Combines its arguments recursively to form a vector of three velocities or four velocities

Usage

# S3 method for 3vel
c(...)
# S3 method for 4vel
c(...)

Arguments

Vectors of three-velocities

Details

Returns a vector of three-velocities. Names are inherited from the behaviour of cbind(), not c().

See Also

sol

Examples

Run this code
# NOT RUN {
c(r3vel(3),r3vel(6,0.99))


# }

Run the code above in your browser using DataCamp Workspace