Learn R Programming

hmsr (version 1.0.1)

printTree: printTree method for class "hms".

Description

printTree method for class "hms".

Usage

printTree(object)

Value

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

Arguments

object
  • hms s4 object

Examples

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

Run the code above in your browser using DataLab