| c.3vel | R Documentation |
Combines its arguments recursively to form a vector of three velocities or four velocities
## S3 method for class '3vel'
c(...)
## S3 method for class '3cel'
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
sol
c(r3vel(3),r3vel(6,0.99))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.