R/print.windAC.R

Defines functions print.windAC

Documented in print.windAC

#'
#'
#'
#' @title Print \code{windAC} object
#'
#' @description Print \code{windAC} object.
#'
#' @param x A \code{windAC} object.
#' @param ... Currently ignored.
#'
#' @details see \code{\link{calcAC}}
#'
#' @export
#'
#' @return Print for windAC object
#'
#'
#'
print.windAC <- function(x, ...){
  print(x[['summary']])
}#end print.windAC function

Try the windAC package in your browser

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

windAC documentation built on March 31, 2023, 9:30 p.m.