From 3b48ceda40274fe4d75086b6da67108ac403bcd4 Mon Sep 17 00:00:00 2001 From: JakeConway Date: Tue, 14 Jul 2015 21:53:45 -0400 Subject: [PATCH] Edited 2nd URL --- R/upset.R | 2 +- man/upset.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/upset.R b/R/upset.R index 539193d..7cb59f2 100644 --- a/R/upset.R +++ b/R/upset.R @@ -44,7 +44,7 @@ #' @note Data set must be formatted as described on the orginal UpSet github page: \url{http://github.com/VCG/upset/wiki}. #' @references Lex et al. (2014). UpSet: Visualization of Intersecting Sets #' IEEE Transactions on Visualization and Computer Graphics (Proceedings of InfoVis 2014), vol 20, pp. 1983-1992, (2014). \url{http://people.seas.harvard.edu/~alex/papers/2014_infovis_upset.pdf} -#' @references Lex and Gehlenborg (2014). Points of view: Sets and intersections. Nature Methods 11, 779 (2014). \url{http://www.nature.com/nmeth/journal/v11/n8/full/nmeth.3033.html} +#' @references Lex and Gehlenborg (2014). Points of view: Sets and intersections. Nature Methods 11, 779 (2014). \url{http://www.nature.com/nmeth/journal/v11/n8/abs/nmeth.3033.html} #' @seealso Original UpSet Website: \url{http://vcg.github.io/upset/about/} #' @seealso UpSetR github for additional examples: \url{http://github.com/hms-dbmi/UpSetR} #' @examples movies <- read.csv( system.file("extdata", "movies.csv", package = "UpSetR"), header=TRUE, sep=";" ) diff --git a/man/upset.Rd b/man/upset.Rd index 39b05f2..81c42ca 100644 --- a/man/upset.Rd +++ b/man/upset.Rd @@ -136,7 +136,7 @@ upset(movies, attribute.plots = attributeplots, Lex et al. (2014). UpSet: Visualization of Intersecting Sets IEEE Transactions on Visualization and Computer Graphics (Proceedings of InfoVis 2014), vol 20, pp. 1983-1992, (2014). \url{http://people.seas.harvard.edu/~alex/papers/2014_infovis_upset.pdf} -Lex and Gehlenborg (2014). Points of view: Sets and intersections. Nature Methods 11, 779 (2014). \url{http://www.nature.com/nmeth/journal/v11/n8/full/nmeth.3033.html} +Lex and Gehlenborg (2014). Points of view: Sets and intersections. Nature Methods 11, 779 (2014). \url{http://www.nature.com/nmeth/journal/v11/n8/abs/nmeth.3033.html} } \seealso{ Original UpSet Website: \url{http://vcg.github.io/upset/about/}