vignettes/introduction.R

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

## ------------------------------------------------------------------------
 x<-matrix(rnorm(100),ncol=10)
 top5(x,2)
 top5(x,3)
tsnova840819/Eric documentation built on May 4, 2019, 9:51 a.m.