Skip to contents

Plot lambda values over time

Usage

plot_lambda(res.net, lambda = c("a", "c"), chunk_len = 1, t_from = NULL, ...)

Arguments

res.net

A named list of detector results, each including $lamb with lambda statistics.

lambda

One of "a" or "c", indicating \(\lambda_a\) or \(\lambda_c\) (default: "a").

chunk_len

Chunk duration in seconds for time axis.

t_from

Optional origin time to annotate time axis.

...

Additional arguments (currently unused).

Value

A ggplot object showing the update history of lambda values.