R/FirstElement.R

#' @title first element of a vector
#' @param x a vector
#' @return first element of X
#' @author Thomas Laepple
#' @export
FirstElement<-function (x)
{
    return(x[1])
}
EarthSystemDiagnostics/paleospec documentation built on Feb. 17, 2024, 4:36 p.m.