A function to print the plot spec.
The print function will print the plot spec in summary
form. To view all parameters, set the verbose parameter to TRUE.
Usage
# S3 method for plot_spec
print(x, ..., verbose = FALSE)
Value
The plot spec, invisibly.
Arguments
x
The plot spec.
...
Additional parameters to pass to the underlying print function.
verbose
Whether to print in verbose form. Default is FALSE.
See Also
create_plot function to create a plot specification.