Examples for 'geosphere::greatCircleBearing'


Great circle

Aliases: greatCircleBearing

Keywords: spatial

### ** Examples

greatCircleBearing(c(5,52), 45, n=12)
       lon        lat
 [1,] -150 -61.540352
 [2,] -120 -64.123486
 [3,]  -90 -59.911287
 [4,]  -60 -42.853083
 [5,]  -30   6.785951
 [6,]    0  48.588948
 [7,]   30  61.540352
 [8,]   60  64.123486
 [9,]   90  59.911287
[10,]  120  42.853083
[11,]  150  -6.785951
[12,]  180 -48.588948

[Package geosphere version 1.5-20 Index]