R/data.R

#' SMOS Data
#'
#' Daily Data for SMOS Tau. Total of 30 Pixels in Iowa.  Multiple observations per day are averaged.
#' Either 275 or 276 observations per year.
#' Pixels 5,7,8,10,12,17,18,23,25 have 275 days per year.  Total number of years: 2010-2015.
#'
#' @format A data.frame with 1 variables: \code{Tau}.  This variable is proportional to the vegatation index.  It is bounded between 0 and 1.
#'
#'
#'
"pix.short"

#' SMOS Data
#'
#' Daily Data for SMOS Tau. Total of 30 Pixels in Iowa.  Multiple observations per day are averaged.
#' This is the file with All Days from 2010-2016.  The first half of 2010 is missing; all other years have 365 days
#'
#' @format A data.frame with 1 variables: \code{Tau}.  This variable is proportional to the vegatation index.  It is bounded between 0 and 1.
#'
#'
#'
"pixfully"

#' SMOS Data but with NA's added at the begining and end of the year to make each year 365 days.
#'
#' A Total of 30 pixels in Iowa. Total number of years: 2010-2015.
#'
#' @format A data.frame with 1 variables: \code{Tau}.
#'
#'

"pix.long"

#' SMOS Data with RFI filtering.  Reject obs if IRRFI or Chi_2P > .05
#'
#' A Total of 30 pixels in Iowa. Total number of years: 2010-2015.
#'
#' @format A data.frame with 1 variables: \code{Tau}.
#'
#'

"pix.shortNF"

#' SMOS Data with RFI filtering.  Reject obs if IRRFI or Chi_2P > .05
#'
#' A Total of 30 pixels in Iowa. Total number of years: 2010-2015.
#'
#' Only Variable is an Indicator Variable if Observation is Corrupt
#'
#' @format A data.frame with 1 Indicator variables: \code{T}.
#'
#'

"pix.shortInd"

#' Coordinates for Locations of Pixels
#'
#' A Total of 30 pixels in Iowa.
#'
#'
#'
#'.
#'
#'

"coord"
clewisbe/smosfiles documentation built on May 13, 2019, 8 p.m.