R/package.R

Defines functions .onAttach

#   tnet R package :: http://toreopsahl.com/tnet/

.onAttach <- function(library, pkg) {
  packageStartupMessage("tnet: Analysis of Weighted, Two-mode, and Longitudinal networks.\nType ?tnet for help.")
}

Try the tnet package in your browser

Any scripts or data that you put into this service are public.

tnet documentation built on Feb. 25, 2020, 1:07 a.m.