knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

head 1

heading 2

 x<-matrix(rnorm(100),ncol=10)
 top5(x,2)
 top5(x,3)


F107130112/xx1 documentation built on May 4, 2019, 9:50 a.m.