Skip to contents

A simple wrapper around jitter.

Usage

coo_jitter(coo, ...)

Arguments

coo

matrix of (x; y) coordinates or any Coo object.

...

additional parameter for jitter

Value

a matrix of (x; y) coordinates or a Coo object

Examples

b <-bot[1]
coo_plot(b, zoom=0.2)
coo_draw(coo_jitter(b, amount=3), border="red")


# for a Coo example, see \link{get_pairs}