Description Usage Arguments Author(s)
This function takes a list of matrix of post signal price changes and plots boxplots. Note function plots whatever is given to it therefore when there are lots paramsets, it is best to plot a smaller portion so the information can be displayed clearly.
1 2 3 |
signals |
list of paramset forward looking price changes by asset |
rows |
number of rows for plot |
columns |
number of columns for plot |
mai |
A numerical vector of the form c(bottom, left, top, right) which gives the margin size specified in inches. |
mgp |
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). |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
cex.main |
The magnification to be used for main titles relative to the current setting of cex. |
xaxt |
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. |
cex.axis |
The magnification to be used for axis annotation relative to the current setting of cex. |
h |
the y-value(s) for horizontal line(s). |
hlinecol |
A specification for the default plotting color. See section ‘Color Specification’. |
... |
any other passthru parameters |
Michael Guan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.