rc.plot.area {NetWeaver} | R Documentation |
Setup Plot Area
Description
Create new graphics frame for circle plot .
Usage
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 |
oma |
A vector of the form |
mar |
A numerical vector of the form |
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
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
[Package NetWeaver version 0.0.6 Index]