So I want to shift the rowlabels appearing on the right to left.
Asked
Active
Viewed 243 times
0
-
Please provide some dummy data or codes with which the plot can be reproduced. – 989 Jun 08 '16 at 13:29
1 Answers
0
in your plotting function set
plot(...,axes=FALSE)
so that you can define your own axes now after that use the axis functions to set your own axis.
by default axis in this case y axis should be on the left anyway. so you just get to the default settings clear ls() and clear your environment draw up again.

Brad Larson
- 170,088
- 45
- 397
- 571

Kuantew
- 134
- 6
-
Hope you had read my question fully. I am using a heatmap2 here, for which the default is set to right and there is no axes parameter to heatmap2. – Aradhya Kasat Jun 09 '16 at 04:19