A data set holding the coordinates of the hamlet outline.

hypo_outline

Format

A tibble with 147 rows and 2 variables:

x

numeric, the x coordinates

y

numeric, the y coordinates

Source

drawing by KH.

Examples

ggplot(data = hypo_outline, aes(x = x, y = y)) + coord_equal() + geom_path() + geom_point(aes(color = seq_along(x)))