library(ascatter)
data(population)
aScatter$
new(title = "World Population")$ # initialise
data( # add data
population, lon, pop, lat, color, size,
scale = "2 2 2", valfill="1, 9745.6",
yLimit = 0.2, rotation = "0 90 45"
)$
build()$ # build graph
embed() # get embed tag
Hit the button below to view the output full screen.
Demo