Closed nr0cinu closed 4 years ago
Changing the output linee in mmplot_locator from: show(paste(colnames(sp)[1], " = ", list(signif(sp[,1], sig)))) show(paste(colnames(sp)[2], " = ", list(signif(sp[,2], sig)))) to show(cat(paste0(colnames(sp)[1], " = ", list(signif(sp[,1], sig)),","),paste0(colnames(sp)[2], " = ", list(signif(sp[,2], sig))))) can do the trick
Hi Mads!
I’m using
mmplot_locator
quite a lot, and I think this improvements would make the constant copy and pasting easier ;) Let me know what you think!Best, Bela
Example output of current behaviour:
Example output of improved behaviour: