A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://resourcecode-project.github.io/r-resourcecode/reference/get_parameters.html below:

Download time series of sea-state parameters from RESOURCECODE database — get_parameters • resourcecode

Download time series of sea-state parameters from RESOURCECODE database

Usage
get_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
parameters

character vector of sea-state parameters

node

single integer with the node to get

start

starting date (as integer, character or posixct)

end

ending date (as integer, character or posixct)

Value

a tibble with N-rows and length(parameters) columns.

Examples
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