plot.circtree {circtree}R Documentation

Plotting a Regression Tree with a Circular Response (under development).

Description

This function plots regression trees with a circular response based on plot.constparty.

Usage

  ## S3 method for class 'circtree'
plot(x, terminal_panel = node_circular,
    tp_args = list(), tnex = NULL, drop_terminal = NULL, ...)

Arguments

x

Object of class circtree.

terminal_panel

Do not change.

tp_args

Do not change.

tnex

Do not change.

drop_terminal

Do not change.

...

Do not change.


[Package circtree version 0.1-0 Index]