plot,JaccardIndexPsy,ANY-method: Plot the content of a JaccardIndexPsy
object.
Description
This functions llows to create a variety of plots for DataGeNEt.Psy
and JaccardIndexPsy
objects.
Usage
"plot"(x, y, cutOff, zero.remove = TRUE, noTitle = FALSE, verbose = FALSE, ...)
Arguments
x
Object of class JaccardIndexPsy
.
cutOff
Number to filter the shown results.
zero.remove
By deffault TRUE
. It removes those relations
with a Jaccard Index of 0.
noTitle
By default FALSE
. If set to true no title will be
added to the plot.
verbose
By default FALSE
. If set to TRUE
information
on the drawing process will be shown.
Value
A plot for JaccardIndexPsy
.
Examples
Run this code## Not run:
# #Being x an JaccardIndexPsy
# qr <- plot(x)
# ## End(Not run)
Run the code above in your browser using DataLab