Apply door smoothing to an accumulation object
door_accumulation.RdThis 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.
Arguments
- accum
Object from
tma::accumulate().- ...
Arguments passed to
door(), includingunit_col,time_col,method, and method-specific settings.