plotEAT: Efficiency Analysis Trees Plot

Description Usage Arguments Value Examples

View source: R/plotEAT.R

Description

Plot a tree-structure for an Efficiency Analysis Trees model.

Usage

1
plotEAT(object)

Arguments

object

An EAT object.

Value

Plot object with the following elements for each node:

Examples

1
2
3
4
simulated <- X2Y2.sim(N = 50, border = 0.2)
EAT_model <- EAT(data = simulated, x = c(1,2), y = c(3, 4))

plotEAT(EAT_model)

MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.