Advertisement
Guest User

Untitled

a guest
May 30th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. barley %>%
  2. dimple(
  3. variety ~ yield, groups = c("year","variety")
  4. , type = "bubble"
  5. , height = 800
  6. , width = 400
  7. ) %>%
  8. xAxis( type = "addMeasureAxis" ) %>%
  9. yAxis( type = "addCategoryAxis" ) %>%
  10. facet ( y = "site", removeAxes = T )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement