R/CAWaR.R

#' CAWaR.
#'
#' @name CAWaR
#' @description Example data of the CAWaR package.
#' @docType package
#' @import raster sp
NULL

#' Samples for fieldData
#'
#' Output of extractTS for fieldData.
#'
#' \itemize{
#'   \item{pixel.info}{Unique pixels covered by fieldData with information of x and y coordinates and cover percent.}
#'   \item{polygon.info}{Percent cover statistics and pixel count per polygon.}
#'   \item{weighted.mean}{Weighted-mean time-series for each polygon.}
#' }
#'
#' @docType data
#' @keywords datasets
#' @name fieldDataTS
#' @usage data(fieldDataTS)
#' @format A data.frame
NULL

#' Region labels for fieldData
#'
#' Output of splitSamples for fieldData.
#'
#' \itemize{
#'   \item{region.id}{Region identifier showing which samples are grouped.}
#'   \item{region.frequency}{Frequency of samples per region.}
#' }
#'
#' @docType data
#' @keywords datasets
#' @name fieldDataCluster
#' @usage data(fieldDataCluster)
#' @format A data.frame
NULL

#' Point shapefile.
#'
#' Ground truth data on crop types collected in Uzbekistan derived from the fieldData dataset with poly2sample.
#'
#' \itemize{
#'   \item{x}{x coordinates.}
#'   \item{y}{y coordinates.}
#'   \item{cover}{Percent overlap between the the pixel each point was derived from and the corresponding polygon.}
#'   \item{id}{Unique identifier of the polygon the points belong to.}
#' }
#'
#' @docType data
#' @keywords datasets
#' @name fieldData2
#' @usage data(fieldData2)
#' @format A SpatialPointsDataFrame
NULL
RRemelgado/CAWaR documentation built on June 7, 2020, 10:27 p.m.