S3 method for plotting shorts_fv_profile object

# S3 method for shorts_fv_profile
plot(x, type = "velocity", ...)

Arguments

x

shorts_fv_profile object

type

Type of plot. Options are "velocity" (default) and "time"

...

Not used

Value

ggplot object

Examples

data("jb_morin") m1 <- model_using_radar_with_time_correction(time = jb_morin$time, velocity = jb_morin$velocity) fv_profile <- get_FV_profile( MSS = m1$parameters$MSS, TAU = m1$parameters$TAU, bodyheight = 1.72, bodymass = 120) plot(fv_profile)
plot(fv_profile, "time")