classesWithMethod: Find classes with a given method

Description Usage Arguments Value Author(s) Examples

View source: R/classesWithMethod.R

Description

List all classes that have a given S3 method

Usage

1
classesWithMethod(fooGeneric)

Arguments

fooGeneric

a generic function, or a character string naming a generic function.

Value

A character vector with the names of classes for which generic.function is implemented.

Author(s)

Ute Hahn, ute@imf.au.dk

Examples

1
2
3

plutils documentation built on May 2, 2019, 5:53 p.m.