From 731cb87755a071cd289434a75260240cc542aea5 Mon Sep 17 00:00:00 2001 From: Jake Conway Date: Tue, 18 Oct 2016 20:36:34 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc0fb6..bd891bd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ upset(movies,attribute.plots=list(gridrows=60,plots=list(list(plot=scatter_plot, list(plot=scatter_plot, x="ReleaseDate", y="Watches"),list(plot=scatter_plot, x="Watches", y="AvgRating"), list(plot=histogram, x="ReleaseDate")), ncols = 2)) ``` -A view of UpSetR mimicing the plot published by Lex & Gehlenborg +A view of UpSetR mimicking the plot published by Lex & Gehlenborg http://www.nature.com/nmeth/journal/v11/n8/abs/nmeth.3033.html ![image](https://cloud.githubusercontent.com/assets/12614369/8468576/18d5ef52-203c-11e5-9f5d-e034ec41c538.png)