R/tidfit.R

#' Monthly chlorophyll time series for Hillsborough Bay as a tidal object
#'
#' An identical object as \code{\link{tidobj}} with the addition of chlorophyll predictions and normalized estimates after running \code{\link{respred}} and \code{\link{resnorm}}.
#' @format A \code{\link{tidal}} and \code{\link[base]{data.frame}} object with 156 rows and 15 variables:
#' \describe{
#'   \item{\code{date}}{Date}
#'   \item{\code{res}}{numeric}
#'   \item{\code{flo}}{numeric}
#'   \item{\code{lim}}{numeric}
#'   \item{\code{not_cens}}{logical}
#'   \item{\code{day_num}}{numeric}
#'   \item{\code{month}}{numeric}
#'   \item{\code{year}}{numeric}
#'   \item{\code{dec_time}}{numeric}
#'   \item{\code{fit0.1}}{numeric}
#'   \item{\code{fit0.5}}{numeric}
#'   \item{\code{fit0.9}}{numeric}
#'   \item{\code{norm0.1}}{numeric}
#'   \item{\code{norm0.5}}{numeric}
#'   \item{\code{norm0.9}}{numeric}
#' }
#' 
#' @seealso \code{\link{tidal}} for full list of attributes in tidal objects, \code{\link{wrtds}} for creating the \code{fits} interpolation grids, and \code{\link{respred}} and \code{\link{resnorm}} for interpolating predicted and normalized values from the grids.
"tidfit"

Try the WRTDStidal package in your browser

Any scripts or data that you put into this service are public.

WRTDStidal documentation built on Oct. 20, 2023, 5:08 p.m.