Description Usage Arguments Details Methods (by generic) Slots Examples
An S4 class to represent a bounded parameter for a model
1 2 | ## S4 method for signature 'parameter'
show(object)
|
object |
herp |
No constructor function exists for parameter
objects. Parameter
objects should be instantiated with the new()
function directly.
show
: Print details about the object to the console
value
A numeric vector of length one, which acts as the parameters value
name
A character vector of length one, which acts as a semantic label for what the parameter value represents
upper_bound
A numeric vector of length one. The value
slot may
not be assinged a value greater than the value of the upper_bound
slot.
lower_bound
A numeric vector of length one. The value
slot may
not be assinged a value less than the value of the lower_bound
slot.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.