powered by
This function provides a formatted print method for objects of class rdt.
rdt
# S3 method for rdt print(x, ...)
Invisibly returns the input object.
An object of class rdt.
Additional arguments (not used).
plan <- rdt(target = 0.9, mission_time = 1000, conf_level = 0.9, beta = 1, n = 10) print(plan)
Run the code above in your browser using DataLab