Prints the design characteristics object.
# S3 method for TrialDesignCharacteristics
print(x, ..., markdown = NA, showDesign = TRUE)
The trial design characteristics object.
Optional plot arguments. At the moment xlim
and ylim
are implemented
for changing x or y axis limits without dropping data observations.
If TRUE
, the object x
will be printed using markdown syntax;
normal representation will be used otherwise (default is FALSE
)
Show the design print output above the design characteristics, default is TRUE
.
Generic function to print all kinds of design characteristics.