Skip to contents

Spatial Plot

Usage

make_spatial(xy_coord, point.size)

Arguments

xy_coord

`data.frame` of XY coordinates.

point.size

Point size

Value

[`ggplot`] object.

Examples

make_jitter(data.frame(x = 1, y = 1))