Creates an intensity (loudness) contour visualization.
Usage
# S3 method for class 'Intensity'
plot(
x,
from_time = NULL,
to_time = NULL,
garnish = TRUE,
title = "Intensity",
color = "darkorange",
...
)Arguments
- x
Intensity 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: "Intensity")
- color
Character. Line color (default: "darkorange")
- ...
Additional arguments passed to the underlying function or ignored.

