plot.lfdr {mixer} | R Documentation |
plot the density of null and mixture, or print the summary
## S3 method for class 'lfdr': plot(x, lower, upper, lg=TRUE, lg.x = NULL, lg.y = NULL, xl = expression(log[2](ratio))) ## S3 method for class 'lfdr': print(x)
x |
an object of class "lfdr", output of function lfdr |
lower |
lower bound of singal (x-axis) |
upper |
upper bound of singal (x-axis) |
lg |
to draw legend box or not |
lg.x |
x-axis of legend box |
lg.y |
y-axis of legend box |
xl |
x-axis label |
Wei Sun