R/print_nullhespdiv.R

Defines functions print.nullhespdiv

Documented in print.nullhespdiv

#' Print the results of nullhespdiv object
#'
#' @method print nullhespdiv
#' @description  print method for nullhespdiv class object
#' @param x A nullhespdiv class object
#' @param ... other arguments
#' @return x
#' @author Liudas Daumantas
#' @export
print.nullhespdiv <- function(x, ...){
  print(x[[1]])
  invisible(x)
  }

Try the hespdiv package in your browser

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

hespdiv documentation built on May 21, 2026, 5:09 p.m.