From 29821cbefcf4bd00f6bf606ccbba2d682cbb30ea Mon Sep 17 00:00:00 2001 From: Joyce Robbins Date: Mon, 7 Oct 2019 12:18:02 -0400 Subject: [PATCH] update: parcoords now on CRAN --- parallel_coordinates.Rmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/parallel_coordinates.Rmd b/parallel_coordinates.Rmd index 50a9b99c6..c57b0aa68 100644 --- a/parallel_coordinates.Rmd +++ b/parallel_coordinates.Rmd @@ -6,7 +6,9 @@ ## Overview -This section covers how to create parallel coordinate plots with the `GGally` package. +This section covers how to create static parallel coordinate plots with the `GGally` package. + +For interactive parallel coordinate plots, see the [parcoords](https://cran.r-project.org/package=parcoords){target="_blank"}. The [package vignette](https://cran.r-project.org/web/packages/parcoords/vignettes/introduction-to-parcoords-.html) provides instructions on using this package. ## tl;dr I want a Fancy Example! Not tomorrow, not after breakfast, NOW! @@ -211,7 +213,7 @@ You can add boxplots to your graph, which can be useful for observing the trend ## Other Packages There are a number of packages that have functions for creating parallel coordinate plots: [to do: add links] -- [`parcoords::parcoords()`](http://www.buildingwidgets.com/blog/2015/1/30/week-04-interactive-parallel-coordinates-1) -- great interactive option
use `devtools::install_github(“timelyportfolio/parcoords”)`
+- [`parcoords::parcoords()`](https://CRAN.R-project.org/package=parcoords) -- great interactive option - `ggplot2::geom_line()` -- not specific to parallel coordinate plots but easy to create with the `group=` parameter. - `lattice::parallelplot()` - `MASS::parcoord()`