R/points.bsims_events.R

Defines functions points.bsims_events

Documented in points.bsims_events

points.bsims_events <-
function(x, event_type=c("vocal", "move", "both"), tlim=NULL, ...) {
  points(.get_events(x, event_type, tlim), ...)
  invisible(x)
}

Try the bSims package in your browser

Any scripts or data that you put into this service are public.

bSims documentation built on Oct. 7, 2021, 9:13 a.m.