equivClust2pdf {goProfiles}R Documentation

Save the graphical representation of objects of class equivClust or iterEquivClust as pdf files.

Description

Save the graphical representation of objects of class equivClust or iterEquivClust as pdf files.

Usage

equivClust2pdf(x, ...)

## S3 method for class 'equivClust'
equivClust2pdf(x, jobName, ylab, ...)

## S3 method for class 'iterEquivClust'
equivClust2pdf(x, jobName, ylab, ...)

Arguments

x

an object of class equivClust or iterEquivClust

...

additional arguments to function pdf

jobName

character, main plot title and file name (it should be correct as a file name!)

ylab

character, label of the plot vertical axis

Methods (by class)

Examples

data(clustKidneyMF2)
equivClust2pdf(clustKidneyMF2)
# And then open file "Equivalence cluster_MF_2_complete.pdf"...
equivClust2pdf(clustKidneyMF2, 
               jobName = "Method 'complete' dendrogram for level 2 of GO ontology MF")
# And then open file "Method 'complete' dendrogram for level 2 of GO ontology MF.pdf"...

[Package goProfiles version 1.48.0 Index]