Skip to content

Commit

Permalink
Update examples. Related to #159.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed May 15, 2022
1 parent 683687e commit 9597ad1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.1.2.9000
Config/testthat/edition: 3
3 changes: 2 additions & 1 deletion R/output.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ rplot.default <- function(rdf, ...) {
#' network_plot(x)
#' network_plot(x, min_cor = .1)
#' network_plot(x, min_cor = .6)
#' network_plot(x, min_cor = .7, colors = c("red", "green"), legend = TRUE)
#' network_plot(x, min_cor = .2, colors = c("red", "green"), legend = "full")
#' network_plot(x, min_cor = .2, colors = c("red", "green"), legend = "range")
network_plot <- function(rdf,
min_cor = .3,
legend = c("full", "range", "none"),
Expand Down
1 change: 1 addition & 0 deletions corrr.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace,vignette
2 changes: 1 addition & 1 deletion man/corrr-package.Rd

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

3 changes: 2 additions & 1 deletion man/network_plot.Rd

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

0 comments on commit 9597ad1

Please sign in to comment.