move_fleet: move fleet

View source: R/move_fleet.R

move_fleetR Documentation

move fleet

Description

Generates a fleet movement map in giff format. Trip trajectory data must be interpolated at a constant time step.

Usage

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)

Arguments

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

Author(s)

Pablo Marin


PabloMBooster/vmsR documentation built on June 29, 2023, 11:16 a.m.