From c89fc9f26285982a5c62f9d4a15bc648c6459a3d Mon Sep 17 00:00:00 2001 From: Bastiaan Quast Date: Fri, 18 Jul 2014 10:04:55 +0200 Subject: [PATCH] correct or for ref in next point the next bullet points seems to refer to ggvis as the later, yet it is placed as the former. --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index de1f082..de8164f 100644 --- a/index.Rmd +++ b/index.Rmd @@ -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.