\name{hideGoose} \alias{hideGoose} \title{Hide a Goose from View} \description{If a goose has a graphical user interface, then it can usually be hidden from view, that is, iconified. This command accomplishes that.} \usage{nm <- hideGoose (target=NULL)} \arguments{ \item{target}{If missing, or NULL, then the \code{currentTargetGoose} is hidden. If called with the name of one of the current \code{geese}, that goose will be hidden.} } \value{Returns NULL.} \seealso{ \code{\link{geese}}. \code{\link{getTargetGoose}}. \code{\link{setTargetGoose}}. \code{\link{showGoose}}. } \keyword{interface}