Description Usage Arguments Methods (by class) Examples
View source: R/equivClust2pdf.R
Save the graphical representation of objects of class equivClust
or iterEquivClust
as pdf files.
1 2 3 4 5 6 7 | 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
1 2 3 4 5 6 | 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"...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.