points.plot_empty: Add Data to 'Plot'.

Description Usage Arguments Value Examples

Description

Add data points (lines, etc.) to empty plot with or without background plus grid lines.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'plot_empty'
points(
  x,
  type = "p",
  ...,
  grid = TRUE,
  xRng = FALSE,
  yRng = FALSE,
  nx = 1,
  ny = 1
)

Arguments

x

An object of class 'plot_empty'.

type

Scalar character of either 'p' (points), 'l' (lines), or 'h' (bars); see 'help("plot.default")' for more.

...

Other parameters passed to points.

grid

Logical. True (default) will display grid on 'Plot'.

xRng

Logical. False (default) keeps default 'xaxp'. True uses c(range(x), diff(range(x))).

yRng

Logical. False (default) keeps default 'yaxp'. True uses c(range(y), diff(range(y))).

nx

Integer (default 1) affecting number of vertical lines in grid.

ny

Integer (default 1) affecting number of horizontal lines in grid.

Value

Nothing at the momement.

Examples

1
# coming soon.

jasondubois/sportfish documentation built on July 3, 2020, 1:01 p.m.