Learn R Programming

tidysynthesis (version 0.1.2)

print.synth_spec: Print the replicates object to the console with formatting

Description

Print the replicates object to the console with formatting

Usage

# S3 method for synth_spec
print(x, ...)

Value

A synth_spec object

Arguments

x

A replicates object

...

further arguments passed to or from other methods (not currently used).

Examples

Run this code

synth_spec <- synth_spec()

print(synth_spec)

Run the code above in your browser using DataLab