a5_get_num_cells: Total number of cells at a given resolution

View source: R/info.R

a5_get_num_cellsR Documentation

Total number of cells at a given resolution

Description

Total number of cells at a given resolution

Usage

a5_get_num_cells(resolution)

Arguments

resolution

Integer scalar resolution (0–30).

Value

A numeric scalar (double) giving the total count. Returned as double because the count can exceed R's integer range.

Examples

a5_get_num_cells(0)
a5_get_num_cells(10)

a5R documentation built on March 26, 2026, 5:10 p.m.