label_plot | R Documentation |
Label the axses of a plot with formatted/unformatted variable names and label the plot with a formatted/unformatted plot title.
label_plot(plot_type, ..., label_fmt = TRUE)
plot_type |
the type of plot used to visualize data in a string |
... |
variable names in strings |
label_fmt |
Boolean to indicate whether plot labels should be formatted |
labels for a plot
label_plot("Scatter Plot", "price", "carat", "cut", label_fmt = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.