Skip to contents

Create a Vector Flow Plot

Usage

vectorfield(x, y, xlabel = "X", ylabel = "Y", title = "Vector Flow Plot")

Arguments

x

Numeric vector for x coordinates.

y

Numeric vector for y coordinates.

xlabel

Label for x-axis.

ylabel

Label for y-axis.

title

Plot title.

Value

A ggplot object displaying the vector flow plot.