plot: Plot methods

Description Usage Arguments Details Value

Description

There are multiple meaningful ways to plot some mpMap2 objects. Please use plotProbabilities or plotMosaic instead.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'mpcross,ANY'
plot(x, y, ...)

## S4 method for signature 'geneticData,ANY'
plot(x, y, ...)

## S4 method for signature 'probabilities,ANY'
plot(x, y, ...)

## S4 method for signature 'imputed,ANY'
plot(x, y, ...)

Arguments

x

Unused

y

Unused

...

Unused

Details

There are multiple meaningful ways to plot some mpMap2 objects. In these cases the plot function is implemented but returns an error. Please use plotProbabilities or plotMosaic instead.

Value

None


mpMap2 documentation built on Sept. 13, 2020, 5:17 p.m.

Related to plot in mpMap2...