This function is similar to signal.plot
but uses beanplots
instead of barplots. Requires 'beanplot' package
beanplot.signals(signals, rows = NULL, columns = NULL, mai = c(0.1,
0.4, 0.2, 0.1), mgp = c(1, 1, 0), xlab = "", ylab = "",
cex.main = 0.6, xaxt = "n", cex.axis = 0.5, h = 0,
hlinecol = "red", ...)
list of paramset forward looking price changes by asset
number of rows for plot
number of columns for plot
A numerical vector of the form c(bottom, left, top, right) which gives the margin size specified in inches.
The margin line (in mex units) for the axis title, axis labels and axis line. Note that mgp[1] affects title whereas mgp[2:3] affect axis. The default is c(3, 1, 0).
a title for the x axis
a title for the y axis
The magnification to be used for main titles relative to the current setting of cex.
A character which specifies the x axis type. Specifying "n" suppresses plotting of the axis. The standard value is "s": for compatibility with S values "l" and "t" are accepted but are equivalent to "s": any value other than "n" implies plotting.
The magnification to be used for axis annotation relative to the current setting of cex.
the y-value(s) for horizontal line(s).
A specification for the default plotting color. See section ‘Color Specification’.
any other passthru parameters
plot