Download time series of sea-state parameters from RESOURCECODE database
Usageget_parameters(
parameters = "hs",
node = 42,
start = as.POSIXct("1994-01-01 00:00:00", tz = "UTC"),
end = as.POSIXct("1994-12-31 23:00:00", tz = "UTC")
)
Arguments
character vector of sea-state parameters
single integer with the node to get
starting date (as integer, character or posixct)
ending date (as integer, character or posixct)
a tibble with N-rows and length(parameters)
columns.
ts <- get_parameters(parameters = c("hs", "tp"), node = 42)
plot(ts$time, ts$hs, type = "l")
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4