svkucheryavski / mdatools

R package for Multivariate Data Analysis
https://mda.tools
Other
33 stars 11 forks source link

The 'main' parameter in plotXYresiduals() is not responding #100

Closed TYMichaelsen closed 3 years ago

TYMichaelsen commented 3 years ago

Hi Sergey,

While using the PLS features of mdatools (version 0.11.5) I noticed that the argument for setting a custom title using the plotXYResiduals() function is not responding.

MRE:

X = matrix(rnorm(100 * 10), 100, 10)
Y = matrix(rnorm(100 * 10), 100, 10)
library(mdatools)
m <- pls(X, Y, 10,cv = 1)

plotXYResiduals(m)
plotXYResiduals(m,main = "A title") # The title does not change.

Best, Thomas

svkucheryavski commented 3 years ago

closed in 0.12.0 - coming soon.