inst/snippet/vectors06.R

# compare round() and signif() by binding rowwise into matrix
rbind(round(z, digits = 2), signif(z, digits = 2))   
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.