View source: R/class_parameter.R
toString.parameter | R Documentation |
Convert an object of class 'parameter' into a ready-to-write vector of string
## S3 method for class 'parameter'
toString(x, ...)
x |
parameter object, object to be converted. |
... |
Optional arguments. |
A string ready to be printed or written.
p <- parameter(name='par',init=0,prior.dist='Gaussian',prior.par=c(0,1))
toString(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.