plot-methods.Rd
Descriptive plots showing how the sets in snppicker objects were
generated. Uses ggplot2
, so you can customize using
theme
etc.
# S4 method for snppicker,missing plot(x, do.plot = TRUE) # S4 method for ppnsnp,missing plot(x)
x | ppsnp or snppicker object |
---|---|
do.plot | if TRUE (default) print the plot on the current device, otherwise invisibly return the plot object. |