equivClust2pdf {goProfiles} | R Documentation |
equivClust
or iterEquivClust
as pdf files.Save the graphical representation of objects of class equivClust
or iterEquivClust
as pdf files.
equivClust2pdf(x, ...) ## S3 method for class 'equivClust' equivClust2pdf(x, jobName, ylab, ...) ## S3 method for class 'iterEquivClust' equivClust2pdf(x, jobName, ylab, ...)
x |
an object of class |
... |
additional arguments to function |
jobName |
character, main plot title and file name (it should be correct as a file name!) |
ylab |
character, label of the plot vertical axis |
equivClust
: equivClust2pdf
method for class equivClust
iterEquivClust
: equivClust2pdf
method for class iterEquivClust
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"...