plot.lfdr {mixer}R Documentation

plot or print local FDR result

Description

plot the density of null and mixture, or print the summary

Usage

  ## 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)

Arguments

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

Author(s)

Wei Sun

See Also

lfdr


[Package mixer version 1.01 Index]