R/summary.pstest.R

Defines functions summary.pstest

#' @title Summary
#'
#' @description Summary of a pstest object
#'
#' @param object A pstest object
#' @param ... Other params (required as generic function, but not used)
#'
#' @export
#' @noRd
# Define new summary function
summary.pstest <- function(object, ...){
  pstest.obj <- object
  print(pstest.obj)

}

Try the pstest package in your browser

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

pstest documentation built on Aug. 26, 2019, 5:03 p.m.