see_track: See the racing track

Description Usage Arguments Value Examples

View source: R/track.R

Description

See the racing track

Usage

1
see_track(walls, finish)

Arguments

walls

LINESTRING (can be many connected lines).

finish

LINESTRING.

Value

ggplot.

Examples

1
2
see_track(sf::st_linestring(matrix(c(40, 70, 10, 70, -3, 63, -10, 50, -10, -1, 10, -1, 10, 50, 40, 50), ncol=2, byrow=TRUE)),
finish)

wiper8/car documentation built on Dec. 23, 2021, 5:16 p.m.