Learn R Programming

mQTL (version 1.0)

pplot: Plot a color scale layer

Description

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

Usage

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

See Also

ppersp

Examples

Run this code
# 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))
# }

Run the code above in your browser using DataLab