Skip to contents

Assignment method that allows modification of reporting_triangle values while validating the result remains a valid reporting_triangle.

Usage

# S3 method for class 'reporting_triangle'
x[...] <- value

Arguments

x

A reporting_triangle object.

...

Row and column indices for assignment.

value

Values to assign.

Value

The modified reporting_triangle object.