Learn R Programming

synoptReg (version 1.2.1)

plot_lamb_scheme: Plot Lamb Scheme

Description

Visualize the Lamb Scheme

Usage

plot_lamb_scheme(points)

Arguments

points

points obtained from the get_lamb_points function.

Value

a ggplot map.

Examples

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

plot_lamb_scheme(points)

# }

Run the code above in your browser using DataLab