Skip to contents

Scatterplot

Usage

make_point(xy_coord)

Arguments

xy_coord

`data.frame` of XY coordinates.

Value

[`ggplot`] object.

Examples

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