R/printLOMB.R

Defines functions print.lomb

Documented in print.lomb

#' Lomb-Plotting Function
#'
#' It calls the summary function.
#'
#' @param x lomb object
#' @param ... not used
#'
#' @return This function returns nothing
#' @export
#'
#' @examples
#' # see summary.lomb() function
print.lomb <- function(x,...)
{
  summary(x)
}

Try the spectral package in your browser

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

spectral documentation built on March 29, 2021, 5:10 p.m.