vignettes/introduction.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ------------------------------------------------------------------------
 x<-matrix(rnorm(100),ncol=10)
 top5(x,2)
airways1/xx2 documentation built on May 9, 2019, 3:55 a.m.