View source: R/unitconversion.degree.to.degree.minute.R
unitconversion.degree.to.degree.minute | R Documentation |
Performs a conversion of angle measures from degrees to degrees and minutes. Minutes (also called minutes of arc) are 1/60th of a degree. Any remaining decimal will be included in the minutes portion of the resulting data structure.
unitconversion.degree.to.degree.minute(x = 1)
x |
Vector - Values in units of degrees |
if x is length 1, then a single list, otherwise a nested list for each value of x, names for degrees and minutes. Sign of resulting values matches sign of input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.