Learn R Programming

synoptReg (version 1.2.1)

get_lamb_points: Determine the 16 grid points for the Lamb classification

Description

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

Usage

get_lamb_points(x, y)

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

Run this code
# NOT RUN {
points <- get_lamb_points(x = -5, y = 40)
points

# }

Run the code above in your browser using DataLab