kbroman / detectPVC

R package to detect PVCs in Polar H10 data
Other
0 stars 1 forks source link

Use broman::timeplot() in example for running_datacount() #2

Closed kbroman closed 5 months ago

kbroman commented 5 months ago

Once R/broman version 0.84 is on CRAN, update the example for running_datacount() to use broman::timeplot().

Also update the imports line in the DESCRIPTION file, to broman >= 0.84.

#' broman::timeplot(polar_h10$datetime, n_pts,
#'                   xlab="Time", ylab="No. data points")