R/summary.npsf.R

Defines functions summary.npsf

Documented in summary.npsf

summary.npsf <- function( object, ... ) {
  class( object ) <- "summary.npsf"
  return( object )
}

Try the npsf package in your browser

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

npsf documentation built on Nov. 23, 2020, 1:07 a.m.