inspect | R Documentation |
Allows to plot shapes, individually, for Coo (Out, Opn or Ldk) objects.
inspect(x, id, ...)
x |
the Coo object |
id |
the id of the shape to plot, if not provided a
random shape is plotted. If passed with |
... |
further arguments to be passed to coo_plot |
an interactive plot
Other Coo_graphics:
panel()
,
stack()
## Not run:
inspect(bot, 5)
inspect(bot)
inspect(bot, 5, pch=3, points=TRUE) # an example of '...' use
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.