block by timelyportfolio a274453c226ca981f7f6

R barley dot plot example from lattice as a rcdimple htmlwidget

Full Screen

code.R

barley %>%
  dimple(
    variety ~ yield, groups = c("year","variety")
    , type = "bubble"
    , height = 800
    , width = 400
  ) %>%
    xAxis( type = "addMeasureAxis" ) %>%
    yAxis( type = "addCategoryAxis" ) %>%
    facet ( y = "site", removeAxes = T )