Combine vectors of three-velocities and four-velocities into a single vector
Combines its arguments recursively to form a vector of three velocities or four velocities
## S3 method for class '3vel' c(...) ## S3 method for class '4vel' c(...)
... |
Vectors of three-velocities |
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()
.
This function is used extensively in
inst/distributive_search.R
.
For “c” as in celerity or speed of light, see sol()
.
Robin K. S. Hankin
c(r3vel(3),r3vel(6,0.99))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.