plot.nodeHarvest: plot method for Node Harvest objects

Description Usage Arguments Value Author(s) See Also

View source: R/plot.nodeHarvest.R

Description

Node Harvest visualization. Each node with a non-zero weight is plotted (weights is proportional to area of node). The average response in each node is shown on the horizontal axis. The number of observations in each node is shown on the vertical axis.

Usage

1
2
3
4
5
6
7
## S3 method for class 'nodeHarvest'
plot(x,  XTEST = NULL, 
	 highlight = NULL, 
         varnames = NULL, 
	 yoffset = 0.12, 
	 labels = "all", 
         cexfaclab = 1,  ...)

Arguments

x

An object of class nodeHarvest.

XTEST

New observations (for highlighting relevant nodes).

highlight

The nodes of this observation in X are highlighted and possibly annotated, depending on argument labels.

varnames

The variable names can be changed here.

yoffset

The vertical offset in the annotation of interaction nodes.

labels

If ‘none’, no annotation is made. If ‘all’, all nodes are annotated. Otherwise the nodes given in highlight are annotated only.

cexfaclab

Character expansion factor for node annotation.

...

Additional arguments passed to plot.

Value

None.

Author(s)

Nicolai Meinshausen meinshausen@stats.ox.ac.uk

http://www.stats.ox.ac.uk/~meinshau

See Also

nodeHarvest, plot.nodeHarvest


nodeHarvest documentation built on May 2, 2019, 2:45 a.m.