mdaplotg.getXLim {mdatools} | R Documentation |
Compute x-axis limits for mdaplotg
Description
Compute x-axis limits for mdaplotg
Usage
mdaplotg.getXLim(
ps,
xlim,
show.excluded,
show.legend,
show.labels,
legend.position,
bwd = NULL
)
Arguments
ps |
list with plotseries |
xlim |
limits provided by user |
show.excluded |
logical, will excluded values also be shown |
show.legend |
will legend be shown on the plot |
show.labels |
will labels be shown on the plot |
legend.position |
position of legend on the plot (if shown) |
bwd |
size of bar for bar plot |
Value
vector with two values
[Package mdatools version 0.14.1 Index]