Prints the design characteristics object.
Usage
# S3 method for class 'TrialDesignCharacteristics'
print(x, ..., markdown = NA, showDesign = TRUE)Arguments
- x
The trial design characteristics object.
- ...
Optional plot arguments. At the moment
xlimandylimare implemented for changing x or y axis limits without dropping data observations.- markdown
If
TRUE, the objectxwill be printed using markdown syntax; normal representation will be used otherwise (default isFALSE)- showDesign
Show the design print output above the design characteristics, default is
TRUE.
