Rev 71366 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/methods/man/setMethod.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{removeMethod}\alias{removeMethod}\title{ Remove a Method }\description{Remove the method for a given function and signature. Obsolete forordinary applications: Method definitions in a package should neverneed to remove methods and it's very bad practice to remove methodsthat were defined in other packages.}\usage{removeMethod(f, signature, where)}\arguments{\item{f, signature, where}{ As for \code{\link{setMethod}()}.}}\value{\code{TRUE} if a methodwas found to be removed.}\references{\bibshow{R:Chambers:2016}(Chapters 9 and 10.)}\keyword{programming}\keyword{classes}\keyword{methods}