R/print.gravity.R

#' @title Print gravity model
#' @description summary method for class "gravity"
#' @param x    Object of class gravity
#' @param ...  Ignored
#' @method print gravity
#' @export
"print.gravity" <- function(x, ...) { 
  cat("Gravity model\n\n") 
  print(summary(x$gravity))
  }

Try the GeNetIt package in your browser

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

GeNetIt documentation built on July 9, 2023, 5:18 p.m.