R/class.nnmi.R

Defines functions nnmi

Documented in nnmi

#' A nnmi class
#'
#' @param y a list object
#' @param ... further arguments passed to function
#'
#' @export

nnmi <- function(y, ...) UseMethod("nnmi")

Try the NNMIS package in your browser

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

NNMIS documentation built on May 1, 2019, 8:46 p.m.