| subset.DVH.list | R Documentation | 
This function is designed to isolate one or more structure(s) from a list of DVH lists according to user input.
## S3 method for class 'DVH.list' subset(x, structure, patient, ID, constraint, ignore.case=TRUE, select)
| x | Represents a  | 
| structure | Vector used to sub-select structures from  | 
| patient | Vector used to sub-select specific patient data from  | 
| ID | Vector used to sub-select specific patient data from  | 
| constraint | Vector of one or more dosimetric constraints to apply to  | 
| ignore.case | Logical value specifying whether or not to use case-sensitive pattern matching; if  | 
| select | Must be one of  | 
Returns a single DVH list
Reid F. Thompson (reid.thompson@gmail.com)
DVH.list
data(list="RadOnc", package="RadOnc") subset(johndoe, structure="kidney", constraint="Dmean < 500(cGy)", ignore.case=TRUE) subset(johndoe, constraint="volume > 200(cc)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.