Hello? I am interested to plot a contour plot using the colour : rainbow , however I want to reverse the order of the colour ( such that red represents max value and blue min value) and also remove the lines in white in the plot . ? With Regards Namrata Mohapatra -------------- next part -------------- A non-text attachment was scrubbed... Name: Rplot.pdf Type: application/pdf Size: 214037 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121010/8b66eaad/attachment.pdf>
contour plot help
2 messages · namrata mohapatra, David Winsemius
On Oct 10, 2012, at 7:58 AM, namrata mohapatra wrote:
Hello I am interested to plot a contour plot using the colour : rainbow , however I want to reverse the order of the colour ( such that red represents max value and blue min value) and also remove the lines in white in the plot .
Generally wrapping `rev` around a color vector will reverse the order. More specific advice would require code and data as is requested in the Posting Guide.
David Winsemius, MD Alameda, CA, USA