# install.packages("devtools") devtools::install_github("JohnCoene/ascatter")
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