EmptyDF {SeuratObject} | R Documentation |
Empty Data Frames
Description
Create an empty data frame with no row names and zero columns
Usage
EmptyDF(n)
Arguments
n |
Number of rows for the data frame |
Value
A data frame with n
rows and
zero columns
Examples
EmptyDF(4L)
[Package SeuratObject version 5.1.0 Index]