mpGraphs: mpGraphs: MExPosition plotting function

Description Usage Arguments Details Value Author(s) See Also

View source: R/mpGraphs.R

Description

MExPosition plotting function which is an interface to prettyGraphs.

Usage

1
2
3
mpGraphs(res, table, DESIGN = NULL, x_axis = 1, y_axis = 2, 
  fi.col = NULL, fj.col = NULL, table.col = NULL, col.offset = NULL, 
  constraints = NULL, xlab = NULL, ylab = NULL, main = NULL, graphs = TRUE)

Arguments

res

results from MExPosition (i.e., $mexPosition.Data)

table

results from mpGraphs (i.e., $Plotting.Data)

DESIGN

Design Matrix which differentiates the tables

x_axis

which component should be on the x axis?

y_axis

which component should be on the y axis?

fi.col

Colors for the rows

fj.col

Colors for the columns

table.col

Colors for the tables

col.offset

Color Offset

constraints

Plotting Constraints

xlab

x axis label

ylab

y axis label

main

main label for the graph window

graphs

Boolean option. If TRUE (default), graphs will be plotted else, there will be graphical output

Details

mpGraphs is an interface between MExPosition and prettyGraphs.

Value

The following items are bundled inside of $Plotting.Data:

$fi.col

the colors that are associated to the groups.

$fj.col

the colors that are associated to the column items.

Author(s)

Cherise R. Chin Fatt and Derek Beaton

See Also

prettyGraphs


MExPosition documentation built on May 29, 2017, 2:27 p.m.