View source: R/aux_dual_y_table.R
dual_y_table | R Documentation |
Rescale the data frame values in order to graph a dual y axis plot
dual_y_table(df, y_left, y_right)
df |
data frame provided by |
y_left |
string vector with column names of the variables to plot in the left y axis. |
y_right |
string vector with column names of the variables to plot in the right y axis. |
A list containing the rescaled data frame and the transformation formula.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.