createEventPlotting {psichomics} | R Documentation |
Create plot for events
createEventPlotting(df, x, y, params, highlightX, highlightY, highlightParams, selected, selectedParams, labelled, labelledParams, xlim, ylim)
df |
Data frame |
x |
Character: name of the variable used for the X axis |
y |
Character: name of the variable used for the Y axis |
params |
List of parameters to pass to |
highlightX |
Integer: region of points in X axis to highlight |
highlightY |
Integer: region of points in Y axis to highlight |
highlightParams |
List of parameters to pass to
|
selected |
Integer: index of rows/points to be coloured |
selectedParams |
List of parameters to pass to
|
labelled |
Integer: index of rows/points to be labelled |
labelledParams |
List of parameters to pass to
|
xlim |
Numeric: limits of X axis |
ylim |
Numeric: limits of Y axis |
List containing HTML elements and highlighted points