added plots for thesis
This commit is contained in:
parent
41c4996426
commit
aabe466599
17 changed files with 24 additions and 2913 deletions
|
@ -128,9 +128,6 @@ plot_df$pvalRF = ifelse(plot_df$pvalR > 0.05, paste0("p=",plot_df$pvalR), plot_d
|
|||
# plot_df$pvalF = ifelse(plot_df$pval < 0.05, paste0(round(plot_df$pval, 3), "* "), plot_df$pval )
|
||||
# plot_df$pvalF = ifelse(plot_df$pval == 0.05, paste0(round(plot_df$pval, 3), ". "), plot_df$pval )
|
||||
|
||||
round(plot_df$pvalF, 3)
|
||||
|
||||
|
||||
#================================================
|
||||
# Plot attempt 1 [no stats]: WORKS beeautifully
|
||||
#================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue