plot-ViSigrid-method {ViSiElse} | R Documentation |
Method plot-ViSigrid
Description
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.
Usage
## S4 method for signature '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)
Arguments
x |
A |
scal.unit.tps |
Unity of time for the grey grid legend. |
unit.tps |
Unit of time (s,min,..). |
main |
Title. |
ncharlabel |
Maximum number of plotted characters for labels of actions. |
size.main |
Title size. |
Fontsize.title |
Fontsize of the title. |
Fontsize.label.Action |
Fontsize of labels of plotted actions. |
Fontsize.label.Time |
Fontsize of the time axis. |
Fontsize.label.color |
Fontsize of legends. |
col.main |
Title color. |
col.grid |
Color of the legend box. |
colgreenzone |
Color of the green zones. |
colblackzone |
Color of black zones. |
alphainf |
Alpha of informers circles. |
alphasup |
Alpha of supplementary times. |
alphaZones |
Alpha of green and black zones. |
vp0h |
Height of the main plot window, <1. |
vp0w |
Width of the main plot window, <1. |
linA |
Height of the plotting area in each actions lines, < 1. |
rcircle |
circle radius of informers circles. |
lwdline |
line width of lines linking the 3 informers circles. |
lwd.grid |
Lines width of the legend box. |
lty.grid |
Lines type of the legend box. |