Returns the number of cells for the an object

# S3 method for estimated_partition
num_cells(obj)

# S3 method for 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