num_cells: Return number of cells for the object

View source: R/utils.R

num_cells.estimated_partitionR Documentation

Return number of cells for the object

Description

Returns the number of cells for the an object

Usage

## S3 method for class 'estimated_partition'
num_cells(obj)

## S3 method for class 'grid_partition'
num_cells(obj)

num_cells(obj)

Arguments

obj

Object

Value

Number of cells in partition (at least 1)

Methods (by class)

  • estimated_partition: estimated_partition

  • grid_partition: grid_partition


microsoft/CausalGrid documentation built on Aug. 25, 2022, 9:30 a.m.