yAxis: yAxis

Description Usage Arguments Details Value Author(s)

View source: R/timeseries.R

Description

yAxis

Usage

1
2
3
4
5
6
7
8
9
yAxis(
  id,
  type = c("linear"),
  position = c("left", "right"),
  min,
  max,
  display = TRUE,
  labelString
)

Arguments

id

The id of the yAxis. This should match the id you pass in your data if you have more than one yaxis.

type

The only supported type now id 'linear'

position

Where should be axis be 'right' of 'left'?

min

The minimum value of the axis.

max

The maximum value of the axis.

display

Do you want to display a title on the axis? TRUE of FALSE

labelString

The label of the axis

Details

Generate the necessary text for a yAxis object. These will then be passed the the yAxes() function

Value

A character vector

Author(s)

Thomas Rosendal


SVA-SE/svamap documentation built on Sept. 25, 2020, 3:53 p.m.