print,hms-method {hmsr}R Documentation

Print method for class "hms".

Description

Print method for class "hms".

Usage

## S4 method for signature 'hms'
print(x, ...)

Arguments

x
  • hms s4 object

...
  • other print arguments

Value

It does not return anything. The obvious side effect is output to the terminal.

Examples

f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
print(result)

[Package hmsr version 1.0.1 Index]