Learn R Programming

baselinenowcast (version 0.2.0)

.get_triangle_info: Get triangle dimension information

Description

Internal helper to extract key dimension information from a triangle.

Usage

.get_triangle_info(x)

Value

List with components: n_rows, n_cols, max_delay, delays_unit, structure.

Arguments

x

A reporting_triangle object.