Displaying 1 result from an estimated 1 matches for "result_cor".
Did you mean:
result_coe
2007 Jul 24
3
Overlaying a single contour from a new data array in levelplot
Dear R-Help community,
I am trying to overlay a single contour line over a correlation plot using
levelplot in the lattice package. These are the two arrays:
1) a correlation plot over Africa - so each grid square is a different colour
dependent on correlation - this is in an array: result_cor with dim[465,465]
2) a single contour line from a ***different data source*** - this is from data
related to the p-values for the above correlation plot - I want to overlay only
the 95% confidence contour. The p-values are stored in an array: result.p.values
with same dimensions as above.
I ha...