Skip to content

Commit

Permalink
Update plotSoilRelationGraph() example for #58
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed May 29, 2024
1 parent 78c88bd commit fa87668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plotSoilRelationGraph.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#' @export
#'
#' @examples
#' if (requireNamespace("igraph")) {
#' if (requireNamespace("igraph") && requireNamespace("vegan")) {
#' # load sample data set
#' data(amador)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/plotSoilRelationGraph.Rd

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

0 comments on commit fa87668

Please sign in to comment.