LT | R Documentation |
Calculate the Local Time for each timestep of the MCSs, using (by default) Natural Earth timezones.
LT(
x,
y = system.file("extdata", "ne_10m_time_zones/ne_10m_time_zones.shp", package =
"percolator"),
coords = c("XLON", "YLAT")
)
x |
data.table or data.frame with lat and long coordinates. |
y |
String. Input file with the timezones in shapefile format. By default y is Natural Earth timezones |
coords |
vector of strings. Coordinates names (longitude first). www.naturalearthdata.com/downloads/10m-cultural-vectors/timezones/ |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.