Scatter plot (or X vs Y plot).
scatterPlot(x, output, colour = NULL, time = NULL)
x
: data frameoutput
: the 2 variables to show, character vectorcolour
: variable(s) to colourtime
: the time to look at those 2 variables, if NULL, min time is used (usually 0)a ggplot object
Useful links