hypo_outline: Hamlet Outline Coordinates.

hypo_outlineR Documentation

Hamlet Outline Coordinates.

Description

A data set holding the coordinates of the hamlet outline.

Usage

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)))

k-hench/hypoimg documentation built on June 2, 2022, 1:49 a.m.