inspect: Graphical inspection of shapes

View source: R/gr-Coo.R

inspectR Documentation

Graphical inspection of shapes

Description

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

Usage

inspect(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

Value

an interactive plot

See Also

Other Coo_graphics: panel(), stack()

Examples

## Not run: 
inspect(bot, 5)
inspect(bot)
inspect(bot, 5, pch=3, points=TRUE) # an example of '...' use

## End(Not run)

vbonhomme/Momocs documentation built on Nov. 13, 2023, 8:54 p.m.