Creates a harmonics-to-noise ratio contour visualization.
Usage
# S3 method for class 'Harmonicity'
plot(
x,
from_time = NULL,
to_time = NULL,
garnish = TRUE,
title = "Harmonicity (HNR)",
color = "darkviolet",
...
)Arguments
- x
Harmonicity object
- from_time
Start time in seconds (NULL = from beginning)
- to_time
End time in seconds (NULL = to end)
- garnish
Logical. Add axis labels and title (default: TRUE)
- title
Character. Plot title (default: "Harmonicity")
- color
Character. Line color (default: "darkviolet")
- ...
Additional arguments passed to the underlying function or ignored.

