R/printwithaxes.R

Defines functions printwithaxes

Documented in printwithaxes

printwithaxes <-
function(res, thenames) { 
names(res) <- thenames
print(res, digits=4)
}

Try the MCAvariants package in your browser

Any scripts or data that you put into this service are public.

MCAvariants documentation built on Aug. 21, 2023, 5:09 p.m.