Learn R Programming

Momocs (version 1.0.0)

plot.Coo: Graphical inspection of shapes

Description

Allows to plot shapes, individually, for Coo (Out, Opn or Ldk) objects.

Usage

"plot"(x, id, ...)

Arguments

x
the Coo object
id
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.
...
further arguments to be passed to coo_plot

See Also

Other Coo_graphics: panel2, panel, stack.Coo

Examples

Run this code
## Not run: 
# data(bot)
# plot(bot, 5)
# plot(bot)
# plot(bot, 5, pch=3, points=TRUE) # an example of '...' use
# ## End(Not run)

Run the code above in your browser using DataLab