roxygen3 (version 0.1)

ClassMethodsTag-class: @classMethods: automatically list all methods of an S4 class.

Description

This lists all methods connected to this class, directly, not through any of its superclasses.

Arguments

Tag Usage

#' @classMethods

Details

In S4 methods are not associated with classes, but with generic functions. This tag works by looking at all methods for generic function, and then only showing those that use this class in at least one element of the signature.