View source: R/gr-domesticplotters.R
coo_listpanel | R Documentation |
coo_listpanel
plots a list of shapes if passed with a list of
coordinates. Mainly used by panel.Coo functions. If used outside the latter,
shapes must be "templated", see coo_template. If you want to reorder shapes
according to a factor, use arrange.
coo_listpanel(
coo.list,
dim,
byrow = TRUE,
fromtop = TRUE,
cols,
borders,
poly = TRUE,
points = FALSE,
points.pch = 3,
points.cex = 0.2,
points.col = "#333333",
...
)
coo.list |
A |
dim |
A |
byrow |
|
fromtop |
|
cols |
A |
borders |
A |
poly |
logical whether to use polygon or lines to draw shapes. mainly for use for outlines and open outlines. |
points |
logical if poly is set to FALSE whether to add points |
points.pch |
if points is TRUE, a pch for these points |
points.cex |
if points is TRUE, a cex for these points |
points.col |
if points is TRUE, a col for these points |
... |
additional arguments to feed generic |
Returns (invisibly) a data.frame
with position of shapes that
can be used for other sophisticated plotting design.
Other plotting functions:
coo_arrows()
,
coo_draw()
,
coo_lolli()
,
coo_plot()
,
coo_ruban()
,
ldk_chull()
,
ldk_confell()
,
ldk_contour()
,
ldk_labels()
,
ldk_links()
,
plot_devsegments()
,
plot_table()
coo_listpanel(bot$coo) # equivalent to panel(bot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.