| print.mixture | R Documentation |
mixture object.Print a mixture object.
## S3 method for class 'mixture'
print(x, ...)
x |
A |
... |
Additional arguments (not used). |
x, invisibly.
m <- mixture(list(normal(0, 1), normal(5, 1)), c(0.5, 0.5))
print(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.