Description Usage Arguments Value
View source: R/rts_map_raster.R
This function build an dynamic map, which represents the geographical time series on a grid
1 2 3 4 5 |
TS |
is a object of class "ts" (time series), with |
positions.TS |
is a data frame that containing longitude ( |
weights.TS |
is a data frame that containing weights (of influence) of time series in TS. |
positions.RTS |
is a data frame that containing values of longitude ( |
type |
is the type of plot to be shown, available options are: |
k |
Represent the number of time serie (column of |
fpss |
is the number of frames per second. Is only used for types: |
windowsize |
is a vector that contain width and height |
save.plot |
set as TRUE for save the plot |
file.name |
is a character for name of saved plot |
nx.grid |
is a interger that represents the number of points of longitude |
ny.grid |
is a interger that represents the number of points of latitude |
type.grid |
Typo of grid to build, available options are: |
... |
Arguments passed to |
returns a object of class "leaflet", that contain a animated map with points that represents the time series in it's geographical positions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.