scatterPlot: Scatter plot (or X vs Y plot).

View source: R/default_plot.R

scatterPlotR Documentation

Scatter plot (or X vs Y plot).

Description

Scatter plot (or X vs Y plot).

Usage

scatterPlot(x, variable, colour = NULL, time = NULL)

Arguments

x

data frame

variable

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)

Value

a ggplot object


campsis documentation built on Aug. 5, 2026, 9:07 a.m.