Displaying 1 result from an estimated 1 matches for "lagnuag".
Did you mean:
lagnuage
2004 Nov 26
1
Multi-figure plotting
Dear R-ians,
I have a question concerning plotting different plots on one figure. I
have written a script to plot an image, a legend (based on different
rectangles) and a timeseries plot on one figure.
In my R-lagnuage it looks like this (without arguments that are not
usefull for my question):
#---> I first define the functions
image.data<-function(...){
....
#-->Plot the data
par(fig=c(0,1,0.25,1),new=TRUE)
par(pin=c(1.5,(num.y/num.x*1.5)))
image(c(1:(num.x+1)),c(1:(num.y+1)),out...