Skip to contents

Plots peak timing (day within cycle) and peak value across cycles, with a linear trend line showing whether peaks shift earlier or later.

Usage

# S3 method for class 'peak_timing'
plot(x, period = NULL, ...)

Arguments

x

A peak_timing object (from analyze.peak.timing).

period

The period used for analysis (for computing day-of-cycle).

...

Additional arguments (ignored).

Value

A ggplot object.