Skip to contents

This convenience wrapper runs door() on an accumulation object's co-occurrence table and then writes the door-smoothed values back with replace_door(). Use door() directly when you want to inspect or compare the intermediate door_* columns before replacing the accumulation values.

Usage

door_accumulation(accum, ...)

Arguments

accum

Object from tma::accumulate().

...

Arguments passed to door(), including unit_col, time_col, method, and method-specific settings.

Value

accum with door-smoothed co-occurrence columns.