Generates a report of the segmentation results.
Currently reports can be generated for segmentation results of class
CBS
and PairedPSCBS
.
# S3 method for AbstractCBS
report(fit, sampleName=getSampleName(fit), studyName, ..., rspTags=NULL,
rootPath="reports/", .filename="*", skip=TRUE, envir=new.env(), verbose=FALSE)
Returns the pathname of the generated PDF.
An AbstractCBS
object.
A character
string specifying the name of the
sample segmented.
A character
string specifying the name of study/project.
Optional arguments passed to the RSP template.
Optional character
vector
of tags for further specifying
which RSP report to generate.
The root directory where to write the report.
See Verbose
.
Henrik Bengtsson
For more information see AbstractCBS
.