Usage
bubble3(x, y, z, col = c(1, 1), maxsize = 3, do.sqrt = TRUE, main = "",
cex.main = 1, xlab = "", ylab = "", minnbubble = 8, xlimextra = 1,
add = FALSE, las = 1, allopen = TRUE)
Arguments
col
Vector of two color values for positive and negative bubbles.
Default=c(1,1).
maxsize
Size of largest bubble. Default=3.
do.sqrt
Should size be based on the area? (Diameter proportional to
sqrt(z)). Default=TRUE.
main
Title of plot. Default="".
cex.main
Charecter expansion for title. Default=1.
minnbubble
Minimum number of unique x values below which extra space is added
to horizontal axis (to make plot look better). Default = 8.
xlimextra
Extra space (see minnbubble above). Default = 1.
add
Add bubbles to existing plot? Default=FALSE.
las
Style of axis labels (see ?par for more info).
allopen
Should all bubbles be open (instead of just negative values)?