rc.plot.area: Setup Plot Area

Description Usage Arguments Details Author(s) See Also Examples

Description

Create new graphics frame for circle plot .

Usage

1
rc.plot.area(size=1, oma=rep(0,4), mar=rep(0,4))

Arguments

size

a value between 0 to 1, specifying the effective size of the circle plot area in the current window. The smaller the size, the larger the blank area around the circle plot.

oma

A vector of the form c(bottom, left, top, right) giving the size of the outer margins in lines of text.

mar

A numerical vector of the form c(bottom, left, top, right) which gives the number of lines of margin to be specified on the four sides of the plot.

Details

After setting up, the extremes of the user coordinates of the plotting region can be found out by par('usr').

Author(s)

Minghui Wang <m.h.wang@live.com>

See Also

rc.initialize, rc.reset.params

Examples

1
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.

Example output



NetWeaver documentation built on May 2, 2019, 11:26 a.m.