plot-ViSigrid
Method plot for ViSigrid object. This method provides a graphic of raw data during experimental observations of the realization of a procedure like a medical algorithm. It graphically presents an overview of individuals and group actions usually acquired from timestamps during video recorded sessions.
# S4 method for ViSigrid
plot(x, scal.unit.tps = 10, unit.tps = "s",
main = " ", ncharlabel = 30, size.main = 12, Fontsize.title = 11,
Fontsize.label.Action = 11, Fontsize.label.Time = 11,
Fontsize.label.color = 9, col.main = "black", col.grid = "grey",
colgreenzone = "green", colblackzone = "black", alphainf = 0.8,
alphasup = 1, alphaZones = 0.2, vp0h = 0.6, vp0w = 0.6,
linA = 0.7, rcircle = 15, lwdline = 2, lwd.grid = 1,
lty.grid = 1)
A ViSigrid
object built using the visielse
function.
Unity of time for the grey grid legend.
Unit of time (s,min,..).
Title.
Maximum number of plotted characters for labels of actions.
Title size.
Fontsize of the title.
Fontsize of labels of plotted actions.
Fontsize of the time axis.
Fontsize of legends.
Title color.
Color of the legend box.
Color of the green zones.
Color of black zones.
Alpha of informers circles.
Alpha of supplementary times.
Alpha of green and black zones.
Height of the main plot window, <1.
Width of the main plot window, <1.
Height of the plotting area in each actions lines, < 1.
circle radius of informers circles.
line width of lines linking the 3 informers circles.
Lines width of the legend box.
Lines type of the legend box.
'>ViSigrid
, '>ViSibook
,
visielse
.