Description Usage Arguments Value Author(s) Examples
Histogram drawing
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
x |
Input phenotype data. |
color |
The color of histogram. |
rug_color |
The color of rug under the histogram. |
freq |
If FALSE, the histogram graphic is a representation of frequencies; if TRUE, the histogram graphic is a representation of probability densitie. (Default: FALSE) |
lwd |
The line width of histogram. (Default: 2) |
rug_lwd |
The line width of rug under the histogram. (Default: 1) |
main |
The title of plot. |
xlab |
The X axis labels. |
ylab |
The Y axis labels |
cex.main |
The magnification to be used for title. (Default: 1.5) |
cex.lab |
The magnification to be used for axis labels. (Default: 1.5) |
cex.axis |
The magnification to be used for axis annotation. (Default: 1.5) |
breaks |
The number of bars in the histogram. |
ylim |
Y axis ranges. |
xpos |
The horizontal position of the pvalue label. (Default: 0.03) |
ypos |
The vertical position of the pvalue label. (Default: 0) |
cex.text |
The magnification to be used for pvalue labels. (Default: 1.2) |
Histogram and p-value of Shapiro-Wilk Normality Test.
Peng Zhao <pengzhao@nwafu.edu.cn>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.