Displaying 1 result from an estimated 1 matches for "namefy".
Did you mean:
namef
2005 Jul 07
1
Tables: Invitation to make a collective package
...(tmpdf)) {
if (logCol[j]) {
x <- as.matrix(tmpdf[ ,j])
tbl <- tb.make.table.II(x, k, breaks, right)
newFY <- list(tbl)
nameF <- names(numF[i])
nameY <- names(logCol[j])
nameFY <- paste(nameF,'.', nameY, sep="")
names(newFY) <- sub(' +$', '', nameFY)
tmpList <- c(tmpList, newFY)
}
}
}
}
return(tmpList)
}
############################
# Tables package #
#...