get_lamb_points: Determine the 16 grid points for the Lamb classification

Description Usage Arguments Value Examples

View source: R/get_lamb_points.R

Description

Compute the 16 pair of coordinates necessary for using the objective version of the Lamb method

Usage

1

Arguments

x

longitude coordinate of the central point of the scheme.

y

latitude coordinate of the central point of the scheme.

Value

a data.frame with the 16 points of coordinates.

Examples

1
2
points <- get_lamb_points(x = -5, y = 40)
points

synoptReg documentation built on April 22, 2021, 1:06 a.m.