Hi all, I'm working with the openair package scatterPlot function and am trying to change/add/remove the line text of the linear regression, e.g. change the font size, split it into 2 rows, just show the equation OR the R^2 value or even remove both but leave the linear regression line.
Simple example: scatterPlot(data, x, y, linear = TRUE) #I can change the font size using: scatterPlot(data, x, y, linear = TRUE, par.settings=list(fontsize=list(text=18))) I would be really grateful if someone could point me in the right direction. Thanks! Amy -- View this message in context: http://r.789695.n4.nabble.com/Manipulating-text-and-linear-regression-in-openair-scatterPlot-function-tp4708893.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.