Karl Broman

Results 36 comments of Karl Broman

You need to use `wes_palette(n=3, "GrandBudapest1")` or `wes_palette(n=3, "GrandBudapest2")`.

Seems like that extra set of `()` is messing things up; I'm not sure why. Try scale_fill_manual(values=wes_palette(n = 2, "GrandBudapest1"))

@informavorous Try using `wes_palettes`, which is a list of vectors of colors. Something like this: ```r library(wesanderson) gp2

Since the javascript code doesn't go through a parser (as it does in [clickme](https://github.com/nachocab/clickme)), I realized that I could write the clean coffeescript code for manyboxVis(), which is readable.

Added another visualization, a heat map of a correlation matrix linked to a scatterplot, as [here](http://www.biostat.wisc.edu/~kbroman/D3/corr_w_scatter).

The [last commit](https://github.com/kbroman/healthvis/commit/693b8278ddcdf856d8893d83c52104aa5e086675) here you may or may not like: The output from listHealthVis() is a bit nicer if you use cat() rather than print().