R/data_ts.R

#' An example dataset of one horizontal component time series
#'
#' A list that contains five elements from one horizontal component time series. The example time series is
#' from the processed NGA-West2 time series with RSN = 1100
#' @format A list with five elements
#' \describe{
#'   \item{Date}{The date when the record was collected}
#'   \item{StationCode}{The code of station where the record was collected}
#'   \item{ChannleCode}{The channel that the record was collected}
#'   \item{dt}{The time step with unit of second}
#'   \item{data}{The acceleration time sereis with unit of g}
#' }
#'
#' @source \url{https://ngawest2.berkeley.edu/}
"h1"

#' An example dataset of one horizontal component time series
#'
#' A list that contains five elements from one horizontal component time series. The example time series is
#' from the processed NGA-West2 time series with RSN = 1100
#' @format A list with five elements
#' \describe{
#'   \item{Date}{The date when the record was collected}
#'   \item{StationCode}{The code of station where the record was collected}
#'   \item{ChannleCode}{The channel that the record was collected}
#'   \item{dt}{The time step with unit of second}
#'   \item{data}{The acceleration time sereis with unit of g}
#' }
#'
#' @source \url{https://ngawest2.berkeley.edu/}
"h2"

#' An example dataset of vertical component time series
#'
#' A list that contains five elements from vertical component time series. The example time series is
#' from the processed NGA-West2 time series with RSN = 1100
#' @format A list with five elements
#' \describe{
#'   \item{Date}{The date when the record was collected}
#'   \item{StationCode}{The code of station where the record was collected}
#'   \item{ChannleCode}{The channel that the record was collected}
#'   \item{dt}{The time step with unit of second}
#'   \item{data}{The acceleration time sereis with unit of g}
#' }
#'
#' @source \url{https://ngawest2.berkeley.edu/}
"v"
wltcwpf/RCTC documentation built on March 5, 2023, 11:01 p.m.