Skip to content

Commit

Permalink
make sure ggplot2 is used in fn for example
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed May 30, 2016
1 parent d57469a commit 6b41698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ggparcoord.R
Expand Up @@ -103,7 +103,7 @@ if (getRversion() >= "2.15.1") {
#' # utilize ggplot2 aes to switch to thicker lines
#' gpd <- ggparcoord(data = diamonds.samp, columns = c(1, 5:10), groupColumn = 2,
#' title ="Parallel Coord. Plot of Diamonds Data", mapping = ggplot2::aes(size = 1)) +
#' scale_size_identity()
#' ggplot2::scale_size_identity()
#' # gpd
#'
#' # basic parallel coord plot of the msleep data, using 'random' imputation and
Expand Down
3 changes: 2 additions & 1 deletion man/ggparcoord.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b41698

Please sign in to comment.