light_speed: Returns a multiple (by default, 1) of the speed of light in...

Description Usage Arguments Value Examples

View source: R/relativity.R

Description

Returns a multiple (by default, 1) of the speed of light in m/s

Usage

1
light_speed(m = 1)

Arguments

m

Multiple of the speed of light

Value

Returns m * the speed of light in m/s

Examples

1
2
light_speed() # the speed of light in m/s
light_speed(0.5) # half the speed of light in m/s

InductiveStep/handbag documentation built on Aug. 2, 2020, 7:28 a.m.