Skip to content

Instantly share code, notes, and snippets.

@timelyportfolio
Last active December 31, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timelyportfolio/8026851 to your computer and use it in GitHub Desktop.
Save timelyportfolio/8026851 to your computer and use it in GitHub Desktop.
Example 7: Dimple
library(rCharts)
titanic <- as.data.frame(Titanic)
dPlot(
Freq ~ Sex,
groups = "Survived",
data = titanic,
type = "bar"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment