plot-dot-top-dot-bottom: A function to plot a top and bottom graph on the same chart.

Description Usage Arguments Details Value

Description

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

Usage

1
plot.top.bottom(f.top, f.bottom, top.scale=0.95, bottom.scale=0.1)

Arguments

f.top

The function to call for ploting the top graph.

f.bottom

The function to call for ploting the bottom graph.

top.scale

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

bottom.scale

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

Details

Main use is to plot the legend of a graph in the “bottom.”

Value

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


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