move_fleet | R Documentation |
Generates a fleet movement map in giff format. Trip trajectory data must be interpolated at a constant time step.
move_fleet(data_inte = data_inte, xlim = c(-86, -70), lwdArrows = 1, ylim = c(-21, -3), interval = 0.9, movie.name = "movie.gif", nmax = 50, file_harbor = NULL)
data_inte |
interpolated trip trajectory data |
xlim, ylim |
numeric vectors of length 2, giving the x and y coordinates ranges |
lwdArrows |
arrow width |
interval |
animation time, default is 0.8 seconds |
movie.name |
file name of the movie |
nmax |
maximum number of images, default is 50 |
file_harbor |
file containing latitude and longitude of the ports |
Pablo Marin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.