plot_scatter.Rd
Function to create a scatter plot of two variables.
Either a data frame or a numeric vector.
A numeric vector.
A character string of two elements,
the columns to use if x
is a data frame.
A character string of two elements, the x and y-axis labels, respectively.
A numeric vector of two values, the lower and upper limit for the x-axis (in standard deviation units).
A numeric vector of two values, the lower and upper limit for the y-axis (in standard deviation units).
A logical value; if TRUE
a new
plotting window is generated.
A numeric value, the width of the new plotting window.
A numeric value, the height of the new plotting window.
A numeric vector of three values, the size of the text for the labels, results, and axis values, respectively.
A numeric vector of three values, the line position for the labels, results, and axis values, respectively.
A integer vector of two values, the number of digits to round to for the x and y-axis values, respectively.
A scatter plot.