pplot: Plot a color scale layer

Description Usage Arguments Value Author(s) See Also Examples

View source: R/mQTL.R

Description

Plot the results with a color scale y layer over 3 in 2D

Usage

1
pplot(z, titre, ppm, res, LT = c(5,10,15,20))

Arguments

z

mQTL's whole results

titre

figure title

ppm

chemical shift

res

results to be plotted

LT

quantil(res,probs), res: results and probs: vector of probabilities

Value

2-D profile

Author(s)

Jean-Baptiste Cazier

See Also

ppersp

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 

## Plot 3D profile

x11(width=5,height=5,pointsize=5)
titel<-"Example plot"

probs=c(0.95,0.99,0.999,0.9999) ## probabilities

pplot(res,"Full 2D Profile", ppm, best, quantile(res,probs=probs))

## End(Not run)

mQTL documentation built on May 1, 2019, 7:30 p.m.