Skip to contents

Visualize the Lamb Scheme

Usage

plot_lamb_scheme(points)

Arguments

points

points obtained from the get_lamb_points function.

Value

a ggplot map.

Examples

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

plot_lamb_scheme(points)