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.
# S3 method for plot_spec
print(x, ..., verbose = FALSE)
The plot spec.
Additional parameters to pass to the underlying print function.
Whether to print in verbose form. Default is FALSE.
The plot spec, invisibly.
create_plot
function to create a plot specification.
Other plot:
create_plot()
txt <- create_text("Lorem ipsum dolor sit amet, consectetur...")
print(txt)
# A text specification:
# - text: data.frame 'mtcars' 32 rows 11 cols