getLatitude: Extract latitude from a Coordinate

Description Usage Arguments

Description

Get the latitude from a Coordinate or a GreatCircle object in the indicated units (degrees or radians)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
  getLatitude(coordinate, units = "degrees")

  ## Default S3 method:
 getLatitude(coordinate,
    units = "degrees")

  ## S3 method for class 'Coordinate'
 getLatitude(coordinate,
    units = "degrees")

  ## S3 method for class 'GreatCircle'
 getLatitude(coordinate,
    units = "degrees")

Arguments

coordinate

a coordinate class

units

a string with the units (degrees or radians)


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