- data
an object of class data.frame.
- data.var
character or numeric vector, name or column number of variables (in data object) used on the axes of scatter plot(s).
- z.var
character or number, name or column number of variable (in data object) used to assign colors to points (see Details).
- palette
color palette (active when plotting a single scatter plot; see Value).
- labels
character vector, labels for points (active when plotting a single scatter plot, see Value).
- repel_labels
logical; if TRUE, draws text labels of not highlighted points using repelling (active when plotting a single scatter plot; see Value).
- text_label
logical; if TRUE, draws a rectangle behind the labels of highlighted points (active when plotting a single scatter plot; see Value).
- label_size
numeric; label font size (default label_size=3).
- subset
logical or numeric vector, to select a subset of points to be highlighted (active when plotting a single scatter plot; see Value).
- col.subset
character, color for the labels and rectangles of highlighted points (active when plotting a single scatter plot; see Value).
- zoom
numeric vector with 4 elements; c(xmin,xmax,ymin,ymax) for the x- and y-axis limits of the plot (active when plotting a single scatter plot; see Value).
- title
character, plot title.
- legend
logical, if legend=FALSE legend is removed (active when plotting a single scatter plot with z.var not NULL; see Value).
- upper
list, may contain the variables continuous, combo, discrete, and na (active when plotting a matrix of scatter plot; see Value and upper in ggpairs)
- lower
list, may contain the variables continuous, combo, discrete, and na (active when plotting a matrix of scatter plot; see Value and lower in ggpairs)
- diag
list, may contain the variables continuous, discrete, and na (active when plotting a matrix of scatter plot; see Value and diag in ggpairs)