R/data.R

#' @title Example time series from MOD13Q1 product.
#' @docType data
#' @name ndvi_ts
#' @keywords datasets
#' @description
#' A dataset containing a wtss tibble, with extracted time series.
#'
#' @format
#' A \code{wtss} tibble with 388 samples. A \code{wtss} tibble contains 
#' data and metadata. The first six columns contain the metadata: satellite, 
#' sensor, spatial and temporal information, and the coverage from where the 
#' data has been extracted. The spatial location is given in longitude and 
#' latitude coordinates for the "WGS84" ellipsoid. The `time_series` column 
#' contains the time series data for each spatiotemporal location.
#'
#' @usage data("ndvi_ts")
#'
NULL

Try the Rwtss package in your browser

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

Rwtss documentation built on April 25, 2022, 9:07 a.m.