Description Usage Arguments Value
Create plot for events
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.