\name{print.scb} \alias{print.scb} \title{ Print method for simultaneous confidence bands } \usage{ \method{print}{scb}(x, ...) } \description{ Print method for simultaneous confidence bands created by the \code{\link{scb}} function. } \arguments{ \item{x}{ \code{"scb"} object created by \code{\link{scb}}.} \item{...}{Arguments passed to and from other methods.} } \seealso{ \code{\link{scb}} } \keyword{methods}