You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Kevin,
Thank you for maintaining the repository.
I am trying to change the "main" and the "xlab" in mantel.test(), but it seems that they are not passed to the plot(). and the titles and axis remain at the default setting.
Thank you in advance
The text was updated successfully, but these errors were encountered:
without seeing your code I am not sure how you are invoking plot(), or whether you are running the test on just one data set or a sequence of data sets. Could you maybe try splitting the test and its plot into separate function calls, that way I think passing your extra arguments should work, at least if you are dealing with a complex (multi-dataset) mantel test:
In case that doesn't work you can always revert to calling the internal plotting function plotmantelsample(), which will pass on any extra plot arguments that you give it:
Dear Kevin,
Thank you for maintaining the repository.
I am trying to change the "main" and the "xlab" in mantel.test(), but it seems that they are not passed to the plot(). and the titles and axis remain at the default setting.
Thank you in advance
The text was updated successfully, but these errors were encountered: