R/get.xlabel.R

get.xlabel <-
function (data.d) 
{
    the.xlabel <- attr(data.d, "xlabel")
    if (is.null(the.xlabel)) 
        the.xlabel <- data.d$xlabel
    if (is.null(the.xlabel)) 
        the.xlabel <- get.x.columns(data.d)
    return(the.xlabel)
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.