Skip to content

Commit

Permalink
delete plot function in robustness r file
Browse files Browse the repository at this point in the history
  • Loading branch information
junli14 committed Oct 19, 2020
1 parent 3cd77e8 commit cee199d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions R/robustness.r
Expand Up @@ -36,11 +36,9 @@ robustness <- function(x, ...) UseMethod("robustness")
#' # run robustness analysis
#' r5 <- robustness(x=dat, type='edm', prop=0.5, n=10, distance=eff)
#' summary(r5)
#' plot(r5)
#'
#' # compare results
#' r9 <- robustness(x=dat, type='edm', prop=0.9, n=10, distance=eff)
#' plot(r9, add=TRUE, col='gray')
#'
#' @rdname robustness
#' @seealso \code{\link{robustness-methods}}
Expand Down
2 changes: 0 additions & 2 deletions man/robustness.Rd

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

0 comments on commit cee199d

Please sign in to comment.