Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TYMichaelsen opened this issue Jul 13, 2021 · 1 comment
Closed

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

TYMichaelsen opened this issue Jul 13, 2021 · 1 comment

Comments

@TYMichaelsen
Copy link

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 added a commit that referenced this issue Sep 10, 2021
@svkucheryavski
Copy link
Owner

closed in 0.12.0 - coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants