| print.rdt | R Documentation |
This function provides a formatted print method for objects of class rdt.
## S3 method for class 'rdt'
print(x, ...)
x |
An object of class |
... |
Additional arguments (not used). |
Invisibly returns the input object.
plan <- rdt(target = 0.9, mission_time = 1000, conf_level = 0.9, beta = 1, n = 10)
print(plan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.