Skip to content

Commit

Permalink
some minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ltronneb committed Apr 20, 2020
1 parent 7a39a1c commit f4eb787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.BayeSyneRgy.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ plot.BayeSyneRgy <- function(x, add_contour = TRUE, contour_levels = 0.5, plot_t
#DSS first and second drugs
hist(DSS_1, col = "lightblue", probability = TRUE, breaks = 30, xlab = "DSS", ylab = "", main = paste("DSS for ", drug_names[1], sep = ""), cex.axis = 1.5)
hist(DSS_2, col = "lightblue", probability = TRUE, breaks = 30, xlab = "DSS", ylab = "", main = paste("DSS for ", drug_names[2], sep = ""), cex.axis = 1.5)
mtext(paste0(experiment_ID,"-",drug_names_forplot[1], "&", drug_names_forplot[2]),side=1,outer=T,line=-2,cex=1.5)
mtext(paste(experiment_ID,"-",drug_names_forplot[1], "&", drug_names_forplot[2]),side=1,outer=T,line=-2,cex=1.5)
if(save_plot){
dev.off()
}else{
Expand Down

0 comments on commit f4eb787

Please sign in to comment.