
Plot event-detector benchmark diagnostics
Source:R/event_detector_benchmarking.R
plot_gazepoint_event_detector_benchmark.RdPlot event-detector benchmark diagnostics
Usage
plot_gazepoint_event_detector_benchmark(
x,
plot = c("f1", "precision_recall", "overlap", "timing_error", "counts"),
main = NULL,
ylab = NULL,
las = 2
)Arguments
- x
An object returned by
benchmark_gazepoint_event_detectors().- plot
Plot type:
"f1","precision_recall","overlap","timing_error", or"counts".- main
Optional plot title.
- ylab
Optional vertical-axis label.
- las
Axis-label orientation passed to base graphics.