newResult {Nozzle.R1} | R Documentation |
Create a new result element.
newResult(..., isSignificant = FALSE,
protection = PROTECTION.PUBLIC)
... |
One or more strings that will be concatenated to form the text associated with the result (often just a scalar or single string). |
isSignificant |
If TRUE, the result will be declared signficant. |
protection |
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE. |
New element.
Nils Gehlenborg nils@hms.harvard.edu