plot.quiver: Quiver Plot

View source: R/plotting.R

plot.quiverR Documentation

Quiver Plot

Description

Quiver Plot

Usage

plot.quiver(
  x,
  y,
  u,
  v,
  scale = NULL,
  xlim = NULL,
  ylim = NULL,
  col = "black",
  ...
)

Arguments

x

x locations for quivers

y

y locations for quivers

u

The x component for the quiver arrow

v

The y component for the quiver arrow

scale

Used to scale the arrow length (optional)

xlim

xlim

ylim

ylim

col

the quiver color

...

optional arguments passed to plot()

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.