dot-ClassPkg: Get the Package that Defines a Class

.ClassPkgR Documentation

Get the Package that Defines a Class

Description

Get the Package that Defines a Class

Usage

.ClassPkg(object)

## Default S3 method:
.ClassPkg(object)

## S3 method for class 'DelayedArray'
.ClassPkg(object)

## S3 method for class 'R6'
.ClassPkg(object)

## S3 method for class 'R6ClassGenerator'
.ClassPkg(object)

Arguments

object

An object

Value

The package that defines the class of object

Examples

.ClassPkg(pbmc_small)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.