report.AbstractCBS | R Documentation |
Generates a report of the segmentation results.
Currently reports can be generated for segmentation results of class
CBS
and PairedPSCBS
.
## S3 method for class 'AbstractCBS'
report(fit, sampleName=getSampleName(fit), studyName, ..., rspTags=NULL,
rootPath="reports/", .filename="*", skip=TRUE, envir=new.env(), verbose=FALSE)
fit |
An |
sampleName |
A |
studyName |
A |
... |
Optional arguments passed to the RSP template. |
rspTags |
Optional |
rootPath |
The root directory where to write the report. |
verbose |
See |
Returns the pathname of the generated PDF.
Henrik Bengtsson
For more information see AbstractCBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.