plot-dot-top-dot-middle-dot-bottom: A function to plot a top, middle, and bottom graph on the...

Description Usage Arguments Value

Description

A function to plot a top, middle, and bottom graph on the same chart. Intended for internal use only.

Usage

1
2
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)

Arguments

f.top

The function to call for plotting the top graph.

f.middle

The function to call for plotting the middle graph.

f.bottom

The function to call for plotting the bottom graph.

top.scale

A number between zero and 1 indicating the bottom of the top graph.

middle.top

A number between zero and 1 indicating the top of the middle graph.

middle.scale

A numer between zero and 1 indicating the size of the middle graph.

bottom.scale

A number between zero and 1 indicating the top of the bottom graph.

Value

NULL invisibly. This function is called for its side effects.


BALD documentation built on May 2, 2019, 6:51 a.m.