SI-ratio
siratio(x, ...)
siratioplot(
x,
labels = NULL,
add = FALSE,
box = TRUE,
col.s = "darkblue",
col.i = "gray",
col.mean = "red",
cex.i = 0.1,
lwd.s = par("lwd"),
lwd.mean = lwd.s,
main = "SI ratio",
xlab = NULL,
ylab = NULL,
xlim = NULL,
ylim = NULL,
...
)
ggsiratioplot(
x,
labels = NULL,
col.s = "darkblue",
col.i = "gray",
col.mean = "red",
cex.i = 0.5,
lwd.s = 1,
lwd.mean = lwd.s,
main = "SI ratio",
xlab = NULL,
ylab = NULL,
...
)
input model or data.
unused parameters.
labels.
boolean indicating whether a new plot should be drawn.
boolean indicating a box around the current plot should be drawn.
colors of the different components.
graphical parameters.
title, X and Y axis label.
X and Y axis limits.
x <- rjd3x13::x13(ipi_c_eu[,"FR"])
siratioplot(x)
ggsiratioplot(x)