| ppersp {mQTL} | R Documentation |
Plot 3-D profile of LODs as function of genomic position and chemical shift
ppersp(z, ppm, titre, theta=-15, phi=15, r=50)
z |
table of results |
ppm |
chemical shift |
titre |
title |
theta |
angle defining the viewing direction (azimuthal direction) |
phi |
angle defining the viewing direction (colatitude direction) |
r |
the distance of the eyepoint from the centre of the plotting box. |
plot 2D-profile
Jean-Baptiste Cazier
## Plot 3D profile ## Not run: x11(width=5,height=5,pointsize=5) titel<-"Example plot" ppersp(results, ppm, title) ## End(Not run)