scatterPlot | R Documentation |
Scatter plot (or X vs Y plot).
scatterPlot(x, output, colour = NULL, time = NULL)
x |
data frame |
output |
the 2 variables to show, character vector |
colour |
variable(s) to colour |
time |
the time to look at those 2 variables, if NULL, min time is used (usually 0) |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.