plot.GEInfo: Heatmap of the identification results

Description Usage Arguments Value

View source: R/plot.GEInfo.R

Description

Plot the heatmap for all E variables, identified G variables, and their G-E interactions from a fitted (GEInfo) model.

Usage

1
2
## S3 method for class 'GEInfo'
plot(x, Gname = NULL, Ename = NULL, ...)

Arguments

x

A fitted "GEInfo" model object for which prediction is desired.

Gname

Names of all G variables. Default is NULL.

Ename

Names of all E variables. Default is NULL.

...

Other parameters.

Value

A Heatmap.


GEInfo documentation built on Jan. 11, 2022, 1:07 a.m.

Related to plot.GEInfo in GEInfo...