powered by
Print the replicates object to the console with formatting
# S3 method for replicates print(x, ...)
Invisibly returns the input replicates object.
replicates
A replicates object
further arguments passed to or from other methods (not currently used).
rep <- replicates( start_data_replicates = 2, model_sample_replicates = 2, end_to_end_replicates = 2 ) print(rep)
Run the code above in your browser using DataLab