Print summary results or other outputs on the R plot
Use capture.output.
summary.text <- paste(capture.output(summary(avg.score.per.pos)), collapse="\n") mtext(summary.text)
Print summary results or other outputs on the R plot
Use capture.output.
summary.text <- paste(capture.output(summary(avg.score.per.pos)), collapse="\n") mtext(summary.text)
Leave a Reply