powered by
Print method for class "hms".
# S4 method for hms print(x, ...)
It does not return anything. The obvious side effect is output to the terminal.
hms s4 object
other print arguments
f <- function(x) x result <- hms(fitness = f, lower = -5, upper = 5) print(result)
Run the code above in your browser using DataLab