Learn R Programming

asteRisk (version 1.4.3)

revDay2radMin: Converts revolutions per day to radians per minute

Description

This function converts a rotation rate in revolutions per day to radians per minute. This conversion is useful since values in TLEs are given in revolutions per day, but the SGP4 and SDP4 propagators require the mean motion to be provided in radians per minute.

Usage

revDay2radMin(revPerDay)

Value

The corresponding value of the rotation rate in radians per minute.

Arguments

revPerDay

Value of the rotation rate in revolutions per day.

Examples

Run this code
revDay2radMin(2)

Run the code above in your browser using DataLab