plot_events_arrows: Plots arrows graph of events of a detector or module

View source: R/clump.R

plot_events_arrowsR Documentation

Plots arrows graph of events of a detector or module

Description

Note that the parameter incl_event_list is a list of integers from 1-8. For all events this would be list(1,2,3,4,5,6,7,8). The integer values declare which damage events to include: 1=singletons, 2=doublets, 3=triplets, 4=larger clusters, 5=upper horizontal lines, 6=lower horizontal lines, 7=left vertical lines, 8=right vertical lines

Usage

plot_events_arrows(
  detector,
  file_path = NA,
  row = NA,
  col = NA,
  caption = TRUE,
  incl_event_list = NA
)

Arguments

detector

Detector object

file_path

Output file path

row

Module row number

col

Module column number

caption

Flag to turn on/off figure caption

incl_event_list

a list of events to be included


alan-turing-institute/DetectorChecker documentation built on April 13, 2025, 8:57 p.m.