printTree | R Documentation |
printTree method for class "hms".
printTree(object)
object |
|
It does not return anything. It prints the hms tree.
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
printTree(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.