plot,JaccardIndexPsy,ANY-method | R Documentation |
JaccardIndexPsy
object.This functions llows to create a variety of plots for DataGeNEt.Psy
and JaccardIndexPsy
objects.
## S4 method for signature 'JaccardIndexPsy,ANY'
plot(x, y, cutOff, zero.remove = TRUE,
noTitle = FALSE, lowColor = "white", highColor = "mediumorchid4",
verbose = FALSE, ...)
x |
Object of class |
y |
NOT USED |
cutOff |
Number to filter the shown results. |
zero.remove |
By deffault |
noTitle |
By default |
lowColor |
By default |
highColor |
By default |
verbose |
By default |
... |
NOT USED |
A plot for JaccardIndexPsy
.
## Not run:
#Being x an JaccardIndexPsy
qr <- plot(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.