Skip to contents

Plot the sampling-frequency signature

Usage

plot_signature(sig, ...)

Arguments

sig

An ec_signature object from ec_signature() (an event_prices object is converted automatically).

...

Unused.

Value

A ggplot object.

Examples

data(polymarket2024)
plot_signature(ec_signature(as_event_prices(polymarket2024), max_every = 24))