show,hms-method {hmsr} | R Documentation |
Show method for class "hms".
Description
Show method for class "hms".
Usage
## S4 method for signature 'hms'
show(object)
Arguments
object |
|
Value
It returns the names of the slots and the classes associated with the slots in the "hms" class. It prints call details.
Examples
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
show(result)
[Package hmsr version 1.0.1 Index]