Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ and influence diagnostics for structucal equation models.

* Many JavaScript libraries are available to create interactive graphics, however they do not follow the tenets of the grammar of graphics, and are often a challenge to adapt to new datasets.
* `rCharts` leverages this somewhat by allow us to utilize JS libraries from within `R`.
* `ggvis` and `ggplot2` are both attempts at implementing Wilkinson's Grammar of Graphics in `R`.
* `ggplot2` and `ggvis` are both attempts at implementing Wilkinson's Grammar of Graphics in `R`.
* The later package features a core restructuring that actually brings it closer to the ideals of the underlying grammar by removing and elaborating upon some of the ambiguties of `ggplot2`.
* It also demonstrates how interaction can be embedded within that grammar.
* This can basically be thought of as a loop, where parameters are able to be changed on the fly, which produces an instantaneous rerendering of the plot.
Expand Down