inst/snippet/vectors06.R

# compare round() and signif() by binding rowwise into matrix
rbind(round(z, digits = 2), signif(z, digits = 2))   
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.