R/synthetic_data.R

#' Synthetic data set for periodic fitting
#'
#'
#' \itemize{
#'   \item site. Fluxnet site abbreviation
#'   \item date. POSIX date.
#'   \item time. The decimal representation of the date.
#'   \item product. "GPP" Gross primary productivity
#'   \item value. value of measurement in previous column
#' }
#'
#' @docType data
#' @keywords datasets
#' @name synthetic_data
#' @usage data(synthetic_data)
#' @format A data frame with 1561 rows and 5 variables
#' @source  Zobitz - see the file synthetic-data-process.R in the data-raw folder
#'

NULL
jmzobitz/periodicFitting documentation built on July 25, 2021, 8:02 p.m.