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", ...)
list
of coordinatesvector
of the form (nb.row, nb.cols)
to specify
the panel display. If missing, shapes are arranged in a square.logical
. Whether to succesive shape by row or by col.logical
. Whether to display shapes from the top of the
plotting region.vector
of colors to fill shapes.vector
of colors to draw shape borders.plot
data.frame
with position of shapes that
can be used for other sophisticated plotting design.Ntable
,
conf_ell
, coo_arrows
,
coo_draw
, coo_lolli
,
coo_plot
, coo_ruban
,
ldk_chull
, ldk_confell
,
ldk_contour
, ldk_labels
,
ldk_links
, plot_devsegments
coo_listpanel(bot$coo) # equivalent to panel(bot)
Run the code above in your browser using DataLab