plot_surface: Plot breaths in a surface interval

Description Usage Arguments Value Examples

View source: R/find_breaths.R

Description

Plot breaths in a surface interval

Usage

1
plot_surface(prh, surface_idx)

Arguments

prh

[data.frame] prh with breaths identified

surface_idx

[integer(1)]

Value

[grob]

Examples

1
2
breaths <- find_breaths(feat, period = 5, prominence = 0.5, surf_thr = 0.5)
plot_surface(breaths, 1)

FlukeAndFeather/breath documentation built on April 25, 2020, 3:15 a.m.