A bubble chart is used to visualize a data set with 2 to 4 dimensions. The first two dimensions are visualized as coordinates, the 3rd as color and the 4th as size.
The bubble chart is rendered within the browser using SVG or VML and displays tips when hovering over points.
gvisBubbleChart(data, idvar = "", xvar = "", yvar = "",
colorvar = "", sizevar = "",
options = list(), chartid)
data.frame
to be displayed as a bubble
chart. The data has to have at least three columns for idvar,
xvar
, and yvar
.data
with the bubbledata
to be plotted on the x-axis.data
to be plotted on the y-axis.ser
sizeAxis
option.