R/LastElement.R

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