Skip to content
Snippets Groups Projects
Commit 710c5e84 authored by Nathalie Vialaneix's avatar Nathalie Vialaneix
Browse files

added tests for plots (except for quality)

parent abf93578
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ plot_dendrogram <- function(x) {
dendro %>% rect.dendrogram(k = kmax)
} else {
message(paste("Reversals detected in the dendrogram. Rectangles are not",
"relevant and thus, they not displayed."))
"relevant and thus, they are not displayed."))
}
# horizontal lines ('range_at')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment