Untitled"

library(parcoords)
library(d3heatmap)

Page 1

Column

parcoords with autoresize

data( mtcars )
parcoords( mtcars, autoresize=TRUE,
           brushMode = "1d-multi", brushPredicate = "OR" )

Page 2

Column

parcoords with autoresize

data( mtcars )
parcoords( mtcars,
           brushMode = "1d-multi", brushPredicate = "OR",
           autoresize = TRUE )

Page 3

Column

parcoords without autoresize

data( mtcars )
parcoords( mtcars,
           brushMode = "1d-multi", brushPredicate = "OR",
           autoresize = TRUE )

Page 4

Column

Chart B

d3heatmap(mtcars, scale = "column", colors = "Blues")


Try the parcoords package in your browser

Any scripts or data that you put into this service are public.

parcoords documentation built on May 24, 2019, 5:06 p.m.