Description Usage Arguments See Also Examples
plot method for rMix
objects, plotting the histogram of the random sample, with the option of additionally plotting the components (stacked or plotted over one another).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
x |
object of class |
xlab |
label for the x axis with default. |
ylim |
range of y values to use, if not specified (or containing |
main |
main title of the plot, defaulting to the |
breaks |
see |
col |
colour to be used to fill the bars of the histogram evaluated on the whole data. |
components |
logical flag indicating whether the plot should show to which component the observations belong (either by plotting individual histograms or by overlaying a stacked barplot), defaulting to |
stacked |
logical flag indicating whether the component plots should be stacked or plotted one over another, defaulting to |
component.colors |
colors for the component plots. If unspecified, default colors are used. |
freq |
logical flag, if |
plot |
logical flag, if |
... |
further arguments passed to the histogram function evaluated on the whole data as well as the component data (if |
rMix
for the construction of rMix
objects.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.