##
## Attaching package: 'hpackedbubble'
## The following object is masked from 'package:datasets':
##
## CO2
## continent country CO2
## 1 Europe Germany 767.1
## 2 Europe Croatia 20.7
## 3 Europe Belgium 97.2
## 4 Europe Czech Republic 111.7
## 5 Europe Netherlands 158.1
## 6 Europe Spain 241.6
hpackedbubble(CO2$continent, CO2$country, CO2$CO2,
title = "CARBON EMISSIONS AROUND THE WORLD (2014)",
pointFormat = "<b>{point.name}:</b> {point.y}m CO<sub>2</sub>",
dataLabelsFilter = 100,
packedbubbleMinSize = "50%",
packedbubbleMaxSize = "250%",
theme = "sunset",
packedbubbleZMin = 0,
packedbubbleZmax = 10000, split = 0,
gravitational = 0.02,
parentNodeLimit = 1,
dragBetweenSeries = 0,
width = "100%")
hpackedbubble(CO2$continent, CO2$country, CO2$CO2,
title = "CARBON EMISSIONS AROUND THE WORLD (2014)",
pointFormat = "<b>{point.name}:</b> {point.y}m CO<sub>2</sub>",
dataLabelsFilter = 100,
packedbubbleMinSize = "50%",
packedbubbleMaxSize = "150%",
theme = "sunset",
packedbubbleZMin = 0,
packedbubbleZmax = 1000, split = 1,
gravitational = 0.02,
parentNodeLimit = 1,
dragBetweenSeries = 0,
seriesInteraction = 0,
width = "100%")