c: Combine vectors of three-velocities and four-velocities into...

Description Usage Arguments Details Note Author(s) See Also Examples

Description

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

Usage

1
2
3
4
## S3 method for class '3vel'
c(...)
## S3 method for class '4vel'
c(...)

Arguments

...

Vectors of three-velocities

Details

Returns a vector of three-velocities or four-velocities. These are stored as three- or four- column matrices; each row is a velocity.

Names are inherited from the behaviour of cbind(), not c().

Note

This function is used extensively in inst/distributive_search.R.

For ā€œcā€ as in celerity or speed of light, see sol().

Author(s)

Robin K. S. Hankin

See Also

sol

Examples

1
c(r3vel(3),r3vel(6,0.99))

lorentz documentation built on Oct. 23, 2020, 5:50 p.m.