A function to plot a top, middle, and bottom graph on the same chart. Intended for internal use only.
plot.top.middle.bottom(f.top, f.middle, f.bottom, top.scale=0.525, middle.top=0.525,
middle.scale=0.1, bottom.scale=0.525)
The function to call for plotting the top graph.
The function to call for plotting the middle graph.
The function to call for plotting the bottom graph.
A number between zero and 1 indicating the bottom of the top graph.
A number between zero and 1 indicating the top of the middle graph.
A numer between zero and 1 indicating the size of the middle graph.
A number between zero and 1 indicating the top of the bottom graph.
NULL invisibly. This function is called for its side effects.