Learn R Programming

scplot (version 0.5.1)

set_xaxis: Set axis parameters of an scplot

Description

Set axis parameters of an scplot

Usage

set_xaxis(
  object,
  limits = NULL,
  increment = NULL,
  increment_from = NULL,
  line = NULL,
  expand = NULL,
  ...
)

set_yaxis( object, limits = NULL, increment = NULL, increment_from = NULL, line = NULL, expand = NULL, ... )

Value

An object of class scplot (seescplot()) with changed xaxis and yaxis elements.

Arguments

object

An scplot object (class scplot) returned from the scplot() function.

limits

Lower and upper limits of the axis (e.g., limits = c(0, 20) sets the axis to a scale from 0 to 20). With multiple single-cases you can use limits = c(0, NA) to scale the axis from 0 to the maximum of each case. limits is not set by default, which makes scplot set a proper scale based on the given data.

increment

An integer. Increment of the x-axis. 1 :each mt value will be printed, 2 : every other value, 3 : every third values etc.

increment_from

Number from which increment starts to count. Usually set to 0 if you want marks like 1,5,10,15,...

line

List with line parameters ("colour", "linewidth", "linetype", "lineend", "arrow"). See element_line().

expand

Vector with two values.

...

Further styling arguments: color, size, face, family, hjust, vjust, lineheight, angle, linetype, lineend, arrow, fill, margin.