ra.Rd
Extract right ascension values (in degrees) from ICRS coordinates.
ra(x)
A <sky_coord> vector in ICRS frame.
Numeric vector with RA values in degrees.
x <- ra_dec(c(10, 20), c(-5, 30)) ra(x) #> [1] 10 20