View source: R/S3_methods_bmix.R
plot.bmix | R Documentation |
bmix
object.Assemble a multi-panel plot using the plotting functions
of the Bmix
package, with default parameters.
plot.bmix(x, ...)
x |
An object of class |
... |
The ellipsis should contain a |
A cowplot
figure.
# The same dataset used in the package vignette data = data.frame(successes = c(rbinom(30, 100, .4), rbinom(70, 100, .7)), trials = 100) # BMix fit with default parameters x = bmixfit(data) # Empty plot plot(x) # Plot with data plot(x, data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.