Learn R Programming

tagtools (version 0.2.0)

acc_wgs84: Calculate total acceleration

Description

This function calculates the total acceleration due to gravitation and centripetal force at the earth's surface according to the WGS84 international gravity formula.

Usage

acc_wgs84(latitude)

Value

g given in units of $m/s^2$

Arguments

latitude

The latitude in degrees.

Examples

Run this code
acc_wgs84(50)

Run the code above in your browser using DataLab