powered by
set_bounds(viz, x, y, width, height)
add_legend
add_title
default_colors
dimple
facet.dimple
xAxis.dimple
yAxis.dimple
zAxis.dimple
ChickWeight %>% dimple( weight ~ Time, groups = "Diet", type = "bubble", width = 600, height = 600 ) %>% setBounds( x = 200, y = 100, width = 250, height = 300 )
Run the code above in your browser using DataLab