dot-GetMethod: Get a Method

.GetMethodR Documentation

Get a Method

Description

Get a Method

Usage

.GetMethod(fxn, cls)

Arguments

fxn

Name of a function as a character

cls

The class to find a method of fxn for

Value

The method of fxn for class cls; if no method found, returns the default method. If no default method found; returns NULL

Examples

.GetMethod('t', 'Matrix')
.GetMethod('t', 'data.frame')


mojaveazure/seurat-object documentation built on Aug. 3, 2024, 4:59 p.m.