set_xaxis {scplot} | R Documentation |
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,
...
)
Arguments
object |
An scplot object (class |
limits |
Lower and upper limits of the axis (e.g., |
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 ( |
expand |
Vector with two values. |
... |
Further styling arguments: color, size, face, family, hjust, vjust, lineheight, angle, linetype, lineend, arrow, fill, margin. |
Value
An object of class scplot
(seescplot()
) with changed xaxis
and
yaxis
elements.