Skip to content

Instantly share code, notes, and snippets.

@smach
Created November 11, 2014 22:14
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 smach/050d43f69c60c198fbd5 to your computer and use it in GitHub Desktop.
Save smach/050d43f69c60c198fbd5 to your computer and use it in GitHub Desktop.
Test rCharts Dimple graph to save and then load in RMarkdownn doc
# testGraph
test <- dPlot(
mpg ~ cyl,
data = mtcars,
type = 'bubble',
width=1000,
height=600
)
save(test, file="Rscripts/testObject.Rda")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment