- data
a data frame.
- id
character, name of the ID variable.
- x
character, name of the x-axis variable.
- y
character, name of the y-axis variable.
- col
character, name of variable on the color axis.
- size
character, name of variable on the size axis.
- text.col
character, name of variable for text colors.
- text.size
numeric, text font size (default 2.5).
- scale.size
logical; if TRUE, size variable is rescaled between 0 and 100.
- labels
character vector, variable labels (on legend and axis).
- mx
numeric, x-coordinate of the vertical axis; default is the mean value of x variable.
- my
numeric, y-coordinate of the horizontal axis; default is the mean value of y variable.
- mcol
numeric, midpoint of the diverging scale (see scale_colour_gradient2); default is the mean value of col variable.
- title
character, plot title.
- repel
logical; if TRUE, activate text repelling.
- text.legend
logical; if TRUE, show the legend for text color.
- hline
logical; if TRUE, a horizontal line is drawn with y intercept at the mean value of the variable on the y axis.
- vline
logical; if TRUE, a vertical line is drawn with x intercept at the mean value of the variable on the x axis.