Description Usage Arguments Value See Also
Visualiser rapidement des concentrations (scale).
Data input is "tidy" data frame.
1 2 3 4 5 6 7 8 9 10 | gg_tile(
tidy_df,
x_plot,
y_plot,
fill_plot,
labs_x,
labs_y,
labs_capt,
labs_title
)
|
tidy_df |
Tidy data frame (id, nom_col, values). |
x_plot |
Object, name of column of your tidy df to plot on x axis. |
y_plot |
Object, name of column of your tidy df to plot on y axis. |
fill_plot |
Object, name of column of your tidy df to scale. |
labs_x |
Character label. |
labs_y |
Character label. |
labs_capt |
Character label. |
labs_title |
Character label. |
ggplot/geom_tile/theme_minimal/them/labs.
Other graph stat des:
gg_bar_group()
,
gg_bar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.