Create a scene comprised of horizontal or vertical lines
scene_rows(seed = use_seed(1), n = 10, grain = 100, vertical = FALSE)
| seed | Seed number to attach |
|---|---|
| n | Number of rows |
| grain | The number of points per row |
| vertical | Flip the x/y co-ords to produce columns? |
A tibble with columns: x, y, id, type, seed