Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Last active January 19, 2016 16:18
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 ramnathv/19ca9b7329bd4b8452bd to your computer and use it in GitHub Desktop.
Save ramnathv/19ca9b7329bd4b8452bd to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/timelyportfolio/4c5718a7efe5c0abd363
app <- tagList(
d3scatter(mtcars, ~wt, ~mpg, ~cyl, group = "A", height = 200, width = 400),
parcoords(mtcars, brushMode = "1d", crosstalk_group = "A", height = 300, width = 500)
)
browsable(app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment