plot-JaccardIndexPsy-ANY-method: Plot the content of a 'JaccardIndexPsy' object.

Description Usage Arguments Value Examples

Description

This functions llows to create a variety of plots for DataGeNEt.Psy and JaccardIndexPsy objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S4 method for signature 'JaccardIndexPsy,ANY'
plot(
  x,
  y,
  cutOff,
  zero.remove = TRUE,
  noTitle = FALSE,
  lowColor = "white",
  highColor = "mediumorchid4",
  verbose = FALSE,
  ...
)

Arguments

x

Object of class JaccardIndexPsy.

y

NOT USED

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.

lowColor

By default "white". It can be changed to any other color.

highColor

By default "mediumorchid4". It can be changed to any other color.

verbose

By default FALSE. If set to TRUE information on the drawing process will be shown.

...

NOT USED

Value

A plot for JaccardIndexPsy.

Examples

1
2
3
4
5
## Not run: 
#Being x an JaccardIndexPsy
qr <- plot(x)

## End(Not run)

psygenet2r documentation built on Jan. 31, 2021, 2 a.m.