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