list_plot_x | R Documentation |
list_plot_x
vectorizes over the x
value,
list_plot_y
vectorizes over the y
value,
list_plot_xy
vectorizes first over x
then over y
, and list_plot_yx
vectorizes over
y
before x
.
list_plot_x(df, x, y, .fun = cont_cont, ...)
list_plot_y(df, x, y, .fun = cont_cont, ...)
list_plot_xy(df, x, y, .fun = cont_cont, ...)
list_plot_yx(df, x, y, .fun = cont_cont, ...)
df |
the plotting data set. |
x |
the x-column, as a col_label. |
y |
the y-column, as a col_label. |
.fun |
the function to call. |
... |
arguments passed to |
This function was intended for use with functions
that ultimately call cont_cont()
and
have continuous data on the x and y axes.
A named list of plots generated from .fun
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.