Skip to content

Commit

Permalink
Update dispRity.utilities.R
Browse files Browse the repository at this point in the history
  • Loading branch information
TGuillerme committed Feb 27, 2024
1 parent 64231b3 commit d484286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/dispRity.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ remove.dispRity <- function(data, what) {
## Remove the tree
if("tree" %in% what && !is.null(data$tree)) {
data <- remove.tree(data)
data$tree <- NULL
}

## Remove the disparity
Expand Down

0 comments on commit d484286

Please sign in to comment.