Description Usage Arguments Details Value Examples
Plot transects with along with basic attributes
1 2 |
x |
object of class transect |
... |
other arguments passed to ggplot2::geom_sf |
plot.transect plots the transect using a minimal theme, and place a label with the ID and attributes over its centroids.
An object of class ggplot.
1 2 3 | (file_path <- system.file('extdata', 'transects-long.geojson', package = 'coastr'))
(transect <- read_transect(file_path, profile = T, start_from = 'N'))
plot(transect)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.