calc_bearing_single: Calculate bearing from one lat/long to another for a single...

View source: R/RcppExports.R

calc_bearing_singleR Documentation

Calculate bearing from one lat/long to another for a single point

Description

Calculate bearing from one lat/long to another for a single point

Usage

calc_bearing_single(tclat, tclon, glat, glon)

Arguments

tclat

A numeric value with the latitude of the tropical cyclone's center in radians

tclon

A numeric value with the longitude of the tropical cyclone's center in radians

glat

A numeric value with the latitude of the grid point in radians

glon

A numeric value with the longitude of the grid point in radians

Value

A numeric value with the bearing from the storm's center to the grid point in polar coordinates (i.e., due East is 0 degrees, due North is 90 degrees, etc.)


geanders/stormwindmodel documentation built on Sept. 27, 2022, 6:47 a.m.