Skip to content

Commit

Permalink
Changed reference from ggplot2 to ggplot.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Apr 14, 2016
1 parent 650f85f commit 38a0b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ggdendro-package.R
Expand Up @@ -24,7 +24,7 @@

#' Create Dendrograms and Tree Diagrams using 'ggplot2'
#'
#' This package enables you to create dendrograms and tree plots using \code{\link[ggplot2]{ggplot2}}.
#' This package enables you to create dendrograms and tree plots using \code{\link[ggplot2]{ggplot}}.
#'
#' The \code{ggplot2} philosophy is to clearly separate data from the presentation. Unfortunately the plot method for dendrograms (\code{\link{plot.dendrogram}}) plots directly to a plot device without exposing the data. The ggdendro package resolves this by making available functions that extract the dendrogram plot data. This data can be used with \code{ggplot}.
#'
Expand Down

0 comments on commit 38a0b33

Please sign in to comment.