fun_vector: Add a vector

Description Usage Arguments Examples

Description

Add a vector to plot.

Usage

1

Arguments

p

Plot as initialised by funplot.

vector

A vector of length 2.

offset

A vector of displacement from the origin.

...

Any other parameter.

Examples

1
2
funplot() %>%
  fun_vector(c(2, 1), c(1, 2))

JohnCoene/funplot documentation built on May 26, 2019, 7:28 a.m.