powered by
Allows to plot shapes, individually, for Coo (Out, Opn or Ldk) objects.
inspect(x, id, ...)
an interactive plot
the Coo object
the id of the shape to plot, if not provided a random shape is plotted. If passed with 'all' all shapes are plotted, one by one.
'all'
further arguments to be passed to coo_plot
Other Coo_graphics: panel(), stack()
panel()
stack()
if (FALSE) { inspect(bot, 5) inspect(bot) inspect(bot, 5, pch=3, points=TRUE) # an example of '...' use }
Run the code above in your browser using DataLab