From c464d39e2dbfc261d102900f943c3b5fbce7c94d Mon Sep 17 00:00:00 2001 From: Xianying Tan Date: Thu, 4 Feb 2016 14:59:21 +0800 Subject: [PATCH] fix a typo --- R/streamgraph.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/streamgraph.R b/R/streamgraph.R index 8b56f61..7e57033 100644 --- a/R/streamgraph.R +++ b/R/streamgraph.R @@ -7,7 +7,7 @@ #' columns if they aren't named as such in your data.\cr #' \cr #' By default, interactivity is on, but you can disable that by setting -#' the \code{interactve} parameter to \code{FALSE}. +#' the \code{interactive} parameter to \code{FALSE}. #' #' @param data data frame #' @param key bare or quoted name of the category column (defaults to \code{key})