printTree: printTree method for class "hms".

printTreeR Documentation

printTree method for class "hms".

Description

printTree method for class "hms".

Usage

printTree(object)

Arguments

object
  • hms s4 object

Value

It does not return anything. It prints the hms tree.

Examples

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

hmsr documentation built on Oct. 25, 2023, 9:07 a.m.