print,hms-method {hmsr} | R Documentation |
Print method for class "hms".
## S4 method for signature 'hms'
print(x, ...)
x |
|
... |
|
It does not return anything. The obvious side effect is output to the terminal.
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
print(result)