Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed a line left by mistake
  • Loading branch information
elmerehbi committed May 8, 2015
commit 41691f178887467983a70d48012d3da1998dc744
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ grid.raster(readPNG("figures/5.png"))
- `n1$` + TAB in R Console brings up list of all functions contained in the object
- `n1$html()` = prints out the HTML for the plot
- `n1$save("filename.html")` = saves result to a file named "filename.html"
- `cat(embeds code into slidify document
- `n1$print()` = print out the JavaScript
- `n1$show("inline", include_assets = TRUE, cdn = F)` = embed HTML/JS code directly with in Rmd file (for HTML output)
- `n1$publish('plotname', host = 'gist'/'rpubs')` = publishes the plot under the specified `plotname` as a `gist` or to `rpubs`
Expand Down