Axis.plot_empty: Display Custom Axis for 'Plot'.

Description Usage Arguments Value Examples

Description

Creates custom axis tick labels for Plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'plot_empty'
Axis(
  x,
  ...,
  side,
  cexAxis = 1,
  labelAdj = 1,
  interval = NULL,
  offset = 0,
  format = FALSE
)

Arguments

x

An object of class 'plot_empty'.

...

Curently not used.

side

Integer either 1, 2, 3, or 4 (bottom, left, top, right).

cexAxis

Numeric denoting size of axis tick labels.

labelAdj

Numeric denoting placement of label to tick. Is passed to second value in par("mgp").

interval

Integer > 1. Sets interval at which axis tick labels will be displayed.

offset

Integer (positive) to offset where tick labels are placed.

format

Logical. True to employ AxisFormat to reduce 0s before or after decimal when axis tick lables are large or small numbers. Default is False.

Value

Null (if format 'FALSE') otherwise AxisFormat output.

Examples

1
# coming soon.

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