Learn R Programming

SeuratObject (version 5.0.2)

.ClassPkg: Get the Package that Defines a Class

Description

Get the Package that Defines a Class

Usage

.ClassPkg(object)

# S3 method for default .ClassPkg(object)

# S3 method for DelayedArray .ClassPkg(object)

# S3 method for R6 .ClassPkg(object)

# S3 method for R6ClassGenerator .ClassPkg(object)

Value

The package that defines the class of object

Arguments

object

An object

Examples

Run this code
.ClassPkg(pbmc_small)

Run the code above in your browser using DataLab