shinyships
is a Shiny application that uses Automatic Identification System
data (AIS)
to plot the location of a ship between consecutive AIS pings.
For each ship, the farthest distance traveled between AIS pings are plotted on
a leaflet map.
You can find the application on shinyapps.io at
https://asbates.shinyapps.io/shinyships/.
This application is built using the
golem
framework so you
can install it locally just like you would for an R package on GitHub.
remotes::install_github("asbates/shinyships")
You can run the application locally with
shinyships::run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.