0

enter image description here

So I want to shift the rowlabels appearing on the right to left.

989
  • 12,579
  • 5
  • 31
  • 53
Aradhya Kasat
  • 221
  • 1
  • 11

1 Answers1

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