R/nattswap.R

Defines functions .onAttach

#' nattswap: A package for swapping network attributes to test if they are random.
#'
#' The foo package provides three categories of important functions:
#' foo, bar and baz.
#'
#' @section nattswap functions:
#' The foo functions ...
#'
#' @docType package
#' @name nattswap
NULL

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("nattswap: To randomly simulate attribute swaps in networks")
}
Epsian/nattswap documentation built on March 29, 2022, 4:27 a.m.