A data set holding the coordinates of the hamlet outline.
hypo_outline
A tibble with 147 rows and 2 variables:
numeric, the x coordinates
numeric, the y coordinates
drawing by KH.
ggplot(data = hypo_outline, aes(x = x, y = y)) + coord_equal() + geom_path() + geom_point(aes(color = seq_along(x)))