Determine the plot suffix indicating its window size.
get_window_suffix(dat, zoom, verbose = TRUE)
dat <- echodata::BST1
window_suffix <- echoplot:::get_window_suffix(dat=dat, zoom=1000)
window_suffix <- echoplot:::get_window_suffix(dat=dat, zoom=NULL)
window_suffix <- echoplot:::get_window_suffix(dat=dat, zoom="all")
window_suffix <- echoplot:::get_window_suffix(dat=dat, zoom="2x")
Other plot:
add_multitrack_lines()
,
dot_summary_plot()