GreatCircle: Create a GreatCircle object

Description Usage Arguments References

Description

The method create a new GreatCircle object type using the indicated latitude and longitude and bearing

Usage

1
2
3
4
5
6
7
8
  GreatCircle(...)

  ## Default S3 method:
 GreatCircle(latitude, longitude, brg,
    ...)

  ## S3 method for class 'Coordinate'
 GreatCircle(coordinate, brg, ...)

Arguments

latitude

a latitude coordinate

longitude

a longitude coordinate

brg

the initial bearing

coordinate

a coordinate class

...

other argument

References

http://en.wikipedia.org/wiki/Great-circle_distance


drodriguezperez/whereiam documentation built on May 15, 2019, 2:42 p.m.