calc_dist | R Documentation |
Calculates distance (in meters) CBASS has traveled over a given duration based on speed and time
calc_dist( speed, start_time = NULL, end_time = NULL, speed_units = "knots", duration = NULL )
speed |
speed of CBASS |
start_time |
start time |
end_time |
end time |
speed_units |
option of "knots" (default) or "m/s" |
duration |
instead of start/end time can also supply the duration in seconds |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.