[R] Plots inside a Plot

D Kelly O'Day koday at processtrends.com
Mon Nov 1 20:42:14 CET 2010


here's a second example using basic R graphics. I update this chart daily.

http://processtrends.com/images/RClimate_UAH_Ch5_latest.png link 

http://r.789695.n4.nabble.com/file/n3022678/RClimate_UAH_Ch5_latest.png 

Here's what ?par says about par(fig)

fig
    A numerical vector of the form c(x1, x2, y1, y2) which gives the (NDC)
coordinates of the figure region in the display region of the device. If you
set this, unlike S, you start a new plot, so to add to an existing plot use
new=TRUE as well.

-- 
View this message in context: http://r.789695.n4.nabble.com/Plots-inside-a-Plot-tp3021988p3022678.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list