R/summary.boxclip.R

Defines functions summary.boxclip

Documented in summary.boxclip

summary.boxclip<-function(object,...){

  cat("clipit :",object$clipit, "\n")
  cat("total width  :",object$width,"\n")
  cat("total height :",object$height*2,"\n")
  cat("\n")
  cat("Full w/o NA: ",object$full,"\n")
  cat("Remaining  : ",object$rest,"\n")
  rest<-round(abs(object$rest/object$full*100),1)
  cat (rest,"% values remain \n")

}

Try the boxfilter package in your browser

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

boxfilter documentation built on May 31, 2023, 9:02 p.m.