Skip to content
Prev 31819 / 398525 Next

3 functions on same plot

On Fri, 9 May 2003, Dowkiw, Arnaud wrote:

            
Use par(xaxs="d", yaxs="d") is a better way to `lock' the scales (and you 
should omit the axes and annotations on subsequent plots).
?matplot

However, my understanding is that those three functions are unlikely to 
share a common scale (likelihood being different from the other two) so
either two scales will be needed or the likelihood would need to rescaled.