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')


SeuratObject documentation built on May 29, 2024, 12:31 p.m.