Skip to contents

This block draws a scattter plot using base::plot().

Usage

new_scatter_block(x = character(), y = character(), ...)

Arguments

x, y

Columns to place on respective axes

...

Forwarded to new_block()