saveConstraint {DVHmetrics} | R Documentation |
Save constraint result to file
Description
Saves results from checkConstraint
to a text file.
Usage
saveConstraint(x, ...)
Arguments
x |
|
... |
Further arguments passed to |
Details
This is a wrapper for write.table
.
See Also
Examples
res <- checkConstraint(dataMZ, c("D10CC < 10Gy", "V20Gy < 20%"))
## Not run:
saveConstraint(res, file="constrResults.txt", sep="\t")
## End(Not run)
[Package DVHmetrics version 0.4.2 Index]