Skip to content

Commit

Permalink
Update test-diversity.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sandercock authored Dec 22, 2024
1 parent 9fcb981 commit 656d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-diversity.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test_that("test diversity",{
axis.title = element_text(size = 14)
)

hist(diversity_items$het_df$ObservedHeterozygosity, breaks = as.numeric(input$hist_bins), col = "tan3", border = "black", xlim= c(0,1),
hist(diversity_items$het_df$Ho, breaks = as.numeric(input$hist_bins), col = "tan3", border = "black", xlim= c(0,1),
xlab = "Observed Heterozygosity",
ylab = "Number of Samples",
main = "Sample Observed Heterozygosity")
Expand Down

0 comments on commit 656d8ba

Please sign in to comment.