Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plotCCA.R
Browse files Browse the repository at this point in the history
TuomasBorman authored Jun 28, 2024

Verified

This commit was signed with the committer’s verified signature.
BerndKue Bernd
1 parent 6780292 commit 02ceb21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/plotCCA.R
Original file line number Diff line number Diff line change
@@ -429,9 +429,9 @@ setMethod("plotRDA", signature = c(object = "matrix"),
vector_data[["vector_label"]] <- vector_label
} else{
# If it cannot be found, give warning
warning(paste("Significance data was not found. please compute",
"CCA/RDA by using addCCA or getCCA."),
call. = FALSE)
warning(
paste("Significance data was not found. please compute",
"CCA/RDA by using addCCA or getCCA."), call. = FALSE)
}
}

0 comments on commit 02ceb21

Please sign in to comment.